pidgin.desktop.in

Tue, 18 May 2010 19:12:37 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Tue, 18 May 2010 19:12:37 +0000
changeset 30283
4eeb03f317d6
parent 28823
7802ef5b3c52
permissions
-rw-r--r--

Further updates to the create_nsis_translations.pl script.
* Don't include the English key in the translation file when there is no
native match. This allows the fallback stuff to work as intended.
* Fix iconv syntax to something my iconv supports (-o doesn't work on cygwin)
* Fix the Korean encoding to be something that my iconv matches
* Fix an incorrectly escaped '@' in "sr@latin"
* Typo fixes in the GCOMPRIS_MACRO_DEFAULT_STRING warning message

It is interesting that this stuff is coming full-circle, the gcompis script
was originally based on our script. :)

13180
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
1 [Desktop Entry]
15434
94dcf9e39d66 Add a PIDGIN_NAME macro defined to "Pidgin," and converted a few
Sean Egan <seanegan@pidgin.im>
parents: 15136
diff changeset
2 _Name=Pidgin Internet Messenger
13180
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
3 _GenericName=Internet Messenger
28823
7802ef5b3c52 Better, or worse?
Mark Doliner <markdoliner@pidgin.im>
parents: 27891
diff changeset
4 _Comment=Chat over IM. Supports AIM, Google Talk, Jabber/XMPP, MSN, Yahoo and more
15538
ae12124b524a rename the .desktop file
Nathan Walp <nwalp@pidgin.im>
parents: 15434
diff changeset
5 Exec=pidgin
16489
c2cb139e5bd9 pidgin.png -> pidgin, to always find appropriate sizes.
Hylke Bons <hbons@pidgin.im>
parents: 15549
diff changeset
6 Icon=pidgin
13180
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
7 StartupNotify=true
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
8 Terminal=false
4cce5a554f53 [gaim-migrate @ 15542]
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
9 Type=Application
15136
66c9ee56a25b [gaim-migrate @ 17858]
Mark Doliner <markdoliner@pidgin.im>
parents: 13180
diff changeset
10 Categories=Network;InstantMessaging;

mercurial