comparison plugins/docklet/docklet.c @ 4108:274cb26ba8dc

[gaim-migrate @ 4323] (21:13:00) Robot101: little docklet description change, respacing messy file transfer entries in struct aim_user, fixing retrieval of window position, and avoiding un-needed moves of the blist committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 21 Dec 2002 02:14:02 +0000
parents 987624dcece4
children 9c31ddae80a1
comparison
equal deleted inserted replaced
4107:06435b94c3d7 4108:274cb26ba8dc
409 struct gaim_plugin_description desc; 409 struct gaim_plugin_description desc;
410 struct gaim_plugin_description *gaim_plugin_desc() { 410 struct gaim_plugin_description *gaim_plugin_desc() {
411 desc.api_version = PLUGIN_API_VERSION; 411 desc.api_version = PLUGIN_API_VERSION;
412 desc.name = g_strdup(_("Tray Icon")); 412 desc.name = g_strdup(_("Tray Icon"));
413 desc.version = g_strdup(VERSION); 413 desc.version = g_strdup(VERSION);
414 desc.description = g_strdup(_("Interacts with a System Tray applet (in GNOME or KDE, for example) to display the current status of Gaim, allow fast access to commonly used functions, and to toggle display of the buddy list or login window.")); 414 desc.description = g_strdup(_("Interacts with a System Tray applet (in GNOME or KDE, for example) to display the current status of Gaim, allow fast access to commonly used functions, and to toggle display of the buddy list or login window. Also allows messages to be queued until the icon is clicked, similar to ICQ (although the icon doesn't flash yet =)."));
415 desc.authors = g_strdup(_("Robert McQueen &lt;robot101@debian.org>")); 415 desc.authors = g_strdup(_("Robert McQueen &lt;robot101@debian.org>"));
416 desc.url = g_strdup(WEBSITE); 416 desc.url = g_strdup(WEBSITE);
417 return &desc; 417 return &desc;
418 } 418 }
419 419