diff options
author | TingPing <tingping@tingping.se> | 2013-07-01 13:43:58 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-07-01 13:43:58 -0400 |
commit | aab55d8cffc577a7aec4f43d5157c7e3f498c0f5 (patch) | |
tree | 9daed407f233e1ae2c85212735350dd1dc8ca5d8 /share | |
parent | 73c9321361b38e75d442780280175d5298893c8f (diff) |
Handle extraneous cli args as urls
Diffstat (limited to 'share')
-rw-r--r-- | share/misc/hexchat.desktop | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/misc/hexchat.desktop b/share/misc/hexchat.desktop index ce573af1..f82465c7 100644 --- a/share/misc/hexchat.desktop +++ b/share/misc/hexchat.desktop @@ -21,10 +21,11 @@ Comment[fr]=Discutez avec tout le monde sur l'Internet Relay Chat Comment[de]=Sich über Internet Relay Chat mit andern Leuten unterhalten Comment[it]=Chiacchierare con la gente sull'Internet Relay Chat Comment[nb]=Snakk med mennesker på Internet Relay Chat -Exec=hexchat +Exec=hexchat %U Icon=hexchat Terminal=false Type=Application Categories=GTK;Network;IRCClient; StartupNotify=true X-GNOME-UsesNotifications=true +MimeType=x-scheme-handler/irc;x-scheme-handler/ircs; |