pidgin/plugins/win32/winprefs/winprefs.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36771
38865e7d8465
child 36935
5384600e613c
equal deleted inserted replaced
36933:3c12364588a6 36934:e7268aeb3b89
287 "Herman Bloggs <hermanator12002@yahoo.com>", 287 "Herman Bloggs <hermanator12002@yahoo.com>",
288 NULL 288 NULL
289 }; 289 };
290 290
291 return pidgin_plugin_info_new( 291 return pidgin_plugin_info_new(
292 "id", WINPREFS_PLUGIN_ID, 292 "id", WINPREFS_PLUGIN_ID,
293 "name", N_("Windows Pidgin Options"), 293 "name", N_("Windows Pidgin Options"),
294 "version", DISPLAY_VERSION, 294 "version", DISPLAY_VERSION,
295 "category", N_("User interface"), 295 "category", N_("User interface"),
296 "summary", N_("Options specific to Pidgin for Windows."), 296 "summary", N_("Options specific to Pidgin for Windows."),
297 "description", N_("Provides options specific to Pidgin for " 297 "description", N_("Provides options specific to Pidgin for "
298 "Windows, such as buddy list docking."), 298 "Windows, such as buddy list docking."),
299 "authors", authors, 299 "authors", authors,
300 "website", PURPLE_WEBSITE, 300 "website", PURPLE_WEBSITE,
301 "abi-version", PURPLE_ABI_VERSION, 301 "abi-version", PURPLE_ABI_VERSION,
302 "pidgin-config-frame", get_config_frame, 302 "pidgin-config-frame-cb", get_config_frame,
303 NULL 303 NULL
304 ); 304 );
305 } 305 }
306 306
307 static gboolean plugin_load(PurplePlugin *plugin, GError **error) { 307 static gboolean plugin_load(PurplePlugin *plugin, GError **error) {

mercurial