Mercurial > pidgin.yaz
comparison pidgin/plugins/gtk-signals-test.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 | 44b4e8bd759b |
children | f1437342cc0e |
comparison
equal
deleted
inserted
replaced
21029:3a12f08b2185 | 21030:3cc856ca2338 |
---|---|
156 NULL, /**< dependencies */ | 156 NULL, /**< dependencies */ |
157 PURPLE_PRIORITY_DEFAULT, /**< priority */ | 157 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
158 | 158 |
159 GTK_SIGNAL_TEST_PLUGIN_ID, /**< id */ | 159 GTK_SIGNAL_TEST_PLUGIN_ID, /**< id */ |
160 N_("GTK Signals Test"), /**< name */ | 160 N_("GTK Signals Test"), /**< name */ |
161 VERSION, /**< version */ | 161 DISPLAY_VERSION, /**< version */ |
162 /** summary */ | 162 /** summary */ |
163 N_("Test to see that all ui signals are working properly."), | 163 N_("Test to see that all ui signals are working properly."), |
164 /** description */ | 164 /** description */ |
165 N_("Test to see that all ui signals are working properly."), | 165 N_("Test to see that all ui signals are working properly."), |
166 "Gary Kramlich <amc_grim@users.sf.net>", /**< author */ | 166 "Gary Kramlich <amc_grim@users.sf.net>", /**< author */ |