comparison 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
comparison
equal deleted inserted replaced
8161:d5dbb02d2837 8162:3273ff25b645
1731 1731
1732 gtk_list_store_append (ls, &iter); 1732 gtk_list_store_append (ls, &iter);
1733 gtk_list_store_set(ls, &iter, 1733 gtk_list_store_set(ls, &iter,
1734 0, gaim_plugin_is_loaded(plug), 1734 0, gaim_plugin_is_loaded(plug),
1735 1, plug->info->name ? _(plug->info->name) : plug->path, 1735 1, plug->info->name ? _(plug->info->name) : plug->path,
1736 2, plug->info->summary, 1736 2, _(plug->info->summary),
1737 3, plug, -1); 1737 3, plug, -1);
1738 } 1738 }
1739 } 1739 }
1740 1740
1741 static GtkWidget *plugin_page () 1741 static GtkWidget *plugin_page ()