Mercurial > pidgin
diff src/gtkprefs.c @ 8162:3273ff25b645
[gaim-migrate @ 8874]
"my patch file i18n47.patch contains:
- updated German translation
- added the missing file src/gtkroomlist.c to po/POTFILES.in
- added a missing gettext-call for the plugin dialog (src/gtkprefs.c)"
--Bjoern Voigt
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 21 Jan 2004 20:39:00 +0000 |
parents | 82aeed3c90f0 |
children | 9d1a984681fe |
line wrap: on
line diff
--- a/src/gtkprefs.c Wed Jan 21 15:42:22 2004 +0000 +++ b/src/gtkprefs.c Wed Jan 21 20:39:00 2004 +0000 @@ -1733,7 +1733,7 @@ gtk_list_store_set(ls, &iter, 0, gaim_plugin_is_loaded(plug), 1, plug->info->name ? _(plug->info->name) : plug->path, - 2, plug->info->summary, + 2, _(plug->info->summary), 3, plug, -1); } }