Mercurial > pidgin
annotate pidgin.desktop.in @ 17590:abc4dcd25c50
Compare the user-entered file extension to the GDK file extension
case-insensitively. So if a user types "example.JPG" when saving
a direct IM image, it'll save it as a jpeg and not fallback to
saving it as a png because it doesn't recognize JPG as a valid
file type. Another change that fixes #914
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 10 Jun 2007 22:22:36 +0000 |
parents | ed4ea63c0b45 |
children | 394a6c9b592c 1694eb347a78 |
rev | line source |
---|---|
15478 | 1 [Desktop Entry] |
2 Encoding=UTF-8 | |
3 _Name=Pidgin Internet Messenger | |
4 _GenericName=Internet Messenger | |
5 _Comment=Send instant messages over multiple protocols | |
6 Exec=pidgin | |
16438
ed4ea63c0b45
pidgin.png -> pidgin, to always find appropriate sizes.
Hylke Bons <hylkebons@gmail.com>
parents:
15478
diff
changeset
|
7 Icon=pidgin |
15478 | 8 StartupNotify=true |
9 Terminal=false | |
10 Type=Application | |
11 Categories=Network;InstantMessaging; |