comparison plugins/win32/winprefs/winprefs.c @ 4606:864518c3767d

[gaim-migrate @ 4894] Matthew Smith (smigs) writes: " I fixed quite a few strings so that there are less almost-duplicates in the po files (less strings to translate). All that's done is capitalisation changes and adding a full stop or two." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 23 Feb 2003 02:21:17 +0000
parents c0f4c664e3ba
children 5160333a80df
comparison
equal deleted inserted replaced
4605:4fe88c94c3b4 4606:864518c3767d
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 &lt;hermanator12002@yahoo.com&gt;")); 147 desc.authors = g_strdup("Herman Bloggs &lt;hermanator12002@yahoo.com&gt;");
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() {