plugins/win32/winprefs/winprefs.c

changeset 4606
82c33fac5704
parent 4134
c297a5e45ce4
child 5224
8cb89f5b912a
equal deleted inserted replaced
4605:67526771e679 4606:82c33fac5704
142 G_MODULE_EXPORT struct gaim_plugin_description *gaim_plugin_desc() { 142 G_MODULE_EXPORT struct gaim_plugin_description *gaim_plugin_desc() {
143 desc.api_version = PLUGIN_API_VERSION; 143 desc.api_version = PLUGIN_API_VERSION;
144 desc.name = g_strdup(_("WinGaim Options")); 144 desc.name = g_strdup(_("WinGaim Options"));
145 desc.version = g_strdup(VERSION); 145 desc.version = g_strdup(VERSION);
146 desc.description = g_strdup(_("Options specific to Windows Gaim.")); 146 desc.description = g_strdup(_("Options specific to Windows Gaim."));
147 desc.authors = g_strdup(_("Herman Bloggs <hermanator12002@yahoo.com>")); 147 desc.authors = g_strdup("Herman Bloggs <hermanator12002@yahoo.com>");
148 desc.url = g_strdup(WEBSITE); 148 desc.url = g_strdup(WEBSITE);
149 return &desc; 149 return &desc;
150 } 150 }
151 151
152 G_MODULE_EXPORT char *name() { 152 G_MODULE_EXPORT char *name() {

mercurial