annotate gaim.desktop @ 4793:677d3cb193a1
[gaim-migrate @ 5113]
this removes all the remaining deprecated glib, gdk, gdk-pixbuf, and gtk
function calls. Hopefully I didn't break anything.
Most of this is due to the deprecation of g_strcasecmp and g_strncasecmp.
Two functions I never thought would be deprecated, but apparently they're
no good at comparing utf8 text. g_ascii_str{,n}casecmp is OK when you're
sure that it's ASCII. Otherwise, we're supposed to use g_utf8_collate(),
except that it is case sensitive. Since glib doesn't currently have a
case-insensitive one, I wrote one. If you need to compare utf8 text, you
can use gaim_utf8_strcasecmp().
I have to go do dishes now.
committer: Tailor Script <tailor@pidgin.im>
author |
Nathan Walp <nwalp@pidgin.im> |
date |
Sun, 16 Mar 2003 00:01:49 +0000 |
parents |
788f78343113 |
children |
282887c9e3dc |
rev |
line source |
325
|
1 [Desktop Entry]
|
3726
|
2 Encoding=UTF-8
|
325
|
3 Name=Gaim
|
3726
|
4 Comment=Multi-protocol Instant Messaging Client
|
4305
|
5 Comment[es]=Cliente de mensajería instantánea multiprotocolo
|
4472
|
6 Comment[fr]=Client de messagerie instantanée multiprotocole
|
4589
|
7 Comment[de]=Multi-Protokoll Instant Messenger Client
|
4663
|
8 Comment[ko]=멀티 프로토콜 인스턴트 메시징 클라이언트
|
3726
|
9 Exec=gaim
|
3364
|
10 Icon=gaim.png
|
3726
|
11 Terminal=false
|
325
|
12 Type=Application
|
3726
|
13 Categories=Application;Network;
|