Mercurial > pidgin.yaz
annotate gaim.desktop @ 7786:203a18e56dc6
[gaim-migrate @ 8431]
* Documentation is good. Not that I have any idea if any of my
documentation works, because I haven't checked... I totally made up
@note, but it sure seems reasonable to me.
* A couple of stringref utility functions which seem useful in any
case, like len and cmp.
* I'm going ahead and pushing a stringref creation function which
creates a zero-refcount stringref into CVS... Nothing uses it yet,
but I think that it is useful even in the absence of major stringref
conversion ... because it's garbage collected! If no one refs it
before the next iteration of the mainloop, it will be freed ... if
it is ref'd, of course, it will have to be freed normally by an
unref at some later point.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sun, 07 Dec 2003 16:28:34 +0000 |
parents | 86be4a8dc0a5 |
children | f7ee50e4d534 |
rev | line source |
---|---|
325 | 1 [Desktop Entry] |
3726 | 2 Encoding=UTF-8 |
325 | 3 Name=Gaim |
3726 | 4 Comment=Multi-protocol Instant Messaging Client |
7307 | 5 Comment[it]=Client Multi-Protocollo per Messaggi Immediati |
4305 | 6 Comment[es]=Cliente de mensajería instantánea multiprotocolo |
4472 | 7 Comment[fr]=Client de messagerie instantanée multiprotocole |
4589 | 8 Comment[de]=Multi-Protokoll Instant Messenger Client |
7360 | 9 Comment[ko]=다중 프로토콜 메신저 |
7663 | 10 Comment[pt_BR]=Cliente de mensagens instantâneas multi-protocolo |
3726 | 11 Exec=gaim |
3364 | 12 Icon=gaim.png |
3726 | 13 Terminal=false |
325 | 14 Type=Application |
3726 | 15 Categories=Application;Network; |
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
4663
diff
changeset
|
16 StartupNotify=true |