comparison pidgin/plugins/win32/transparency/win2ktrans.c @ 21030:3cc856ca2338

Add a --with-extraversion option to ./configure so packagers can fine tune the version displayed to the end user to assist in support and things. Fixes #3681
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 27 Oct 2007 13:56:54 +0000
parents 589b517bfe1b
children 4aa5400b1b99
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
689 0, /**< flags */ 689 0, /**< flags */
690 NULL, /**< dependencies */ 690 NULL, /**< dependencies */
691 PURPLE_PRIORITY_DEFAULT, /**< priority */ 691 PURPLE_PRIORITY_DEFAULT, /**< priority */
692 WINTRANS_PLUGIN_ID, /**< id */ 692 WINTRANS_PLUGIN_ID, /**< id */
693 N_("Transparency"), /**< name */ 693 N_("Transparency"), /**< name */
694 VERSION, /**< version */ 694 DISPLAY_VERSION, /**< version */
695 /** summary */ 695 /** summary */
696 N_("Variable Transparency for the buddy list and conversations."), 696 N_("Variable Transparency for the buddy list and conversations."),
697 /** description */ 697 /** description */
698 N_("This plugin enables variable alpha transparency on conversation windows and the buddy list.\n\n" 698 N_("This plugin enables variable alpha transparency on conversation windows and the buddy list.\n\n"
699 "* Note: This plugin requires Win2000 or greater."), 699 "* Note: This plugin requires Win2000 or greater."),