comparison plugins/win32/transparency/win2ktrans.c @ 8779:4b0b96196cfb

[gaim-migrate @ 9541] Summary is now a one liner. Thanks Kevin committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 23 Apr 2004 22:55:36 +0000
parents d7b8eb1f0a18
children 92e061a1db10
comparison
equal deleted inserted replaced
8778:8bf735cf9d1c 8779:4b0b96196cfb
420 420
421 WINTRANS_PLUGIN_ID, /**< id */ 421 WINTRANS_PLUGIN_ID, /**< id */
422 N_("Transparency"), /**< name */ 422 N_("Transparency"), /**< name */
423 VERSION, /**< version */ 423 VERSION, /**< version */
424 /** summary */ 424 /** summary */
425 N_("This plugin enables variable alpha transparency on conversation windows.\n\n* Note: This plugin requires Win2000 or WinXP."), 425 N_("Variable Transparency for the buddy list and conversations."),
426 /** description */ 426 /** description */
427 N_("This plugin enables variable alpha transparency on conversation windows.\n\n* Note: This plugin requires Win2000 or WinXP."), 427 N_("This plugin enables variable alpha transparency on conversation windows and the buddy list.\n\n"
428 "* Note: This plugin requires Win2000 or WinXP."),
428 "Herman Bloggs <hermanator12002@yahoo.com>", /**< author */ 429 "Herman Bloggs <hermanator12002@yahoo.com>", /**< author */
429 GAIM_WEBSITE, /**< homepage */ 430 GAIM_WEBSITE, /**< homepage */
430 431
431 plugin_load, /**< load */ 432 plugin_load, /**< load */
432 plugin_unload, /**< unload */ 433 plugin_unload, /**< unload */