comparison plugins/docklet/docklet.c @ 3773:3e47ffcbf805

[gaim-migrate @ 3912] Changing "Docklet" to "Tray Icon" committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 21 Oct 2002 00:46:45 +0000
parents b791019b2492
children 43e396e94095
comparison
equal deleted inserted replaced
3772:aac379e1a057 3773:3e47ffcbf805
393 } 393 }
394 394
395 struct gaim_plugin_description desc; 395 struct gaim_plugin_description desc;
396 struct gaim_plugin_description *gaim_plugin_desc() { 396 struct gaim_plugin_description *gaim_plugin_desc() {
397 desc.api_version = PLUGIN_API_VERSION; 397 desc.api_version = PLUGIN_API_VERSION;
398 desc.name = g_strdup(_("System Tray Docklet")); 398 desc.name = g_strdup(_("Tray Icon"));
399 desc.version = g_strdup(VERSION); 399 desc.version = g_strdup(VERSION);
400 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.")); 400 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."));
401 desc.authors = g_strdup(_("Robert McQueen &lt;robot101@debian.org>")); 401 desc.authors = g_strdup(_("Robert McQueen &lt;robot101@debian.org>"));
402 desc.url = g_strdup(WEBSITE); 402 desc.url = g_strdup(WEBSITE);
403 return &desc; 403 return &desc;