changeset 9217:6e9e9e7b8e1e

[gaim-migrate @ 10013] (13:13:08) nosnilmot: I guess windows users might want ExtPlacement, and i18n users might want all strings translated :) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 06 Jun 2004 17:18:27 +0000
parents d3e878162771
children 08e7ccb4610d
files plugins/Makefile.mingw plugins/extplacement.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/Makefile.mingw	Sun Jun 06 16:47:40 2004 +0000
+++ b/plugins/Makefile.mingw	Sun Jun 06 17:18:27 2004 +0000
@@ -115,6 +115,7 @@
 
 plugins: \
 		autorecon.dll \
+		extplacement.dll \
 		history.dll \
 	 	iconaway.dll \
 		idle.dll \
--- a/plugins/extplacement.c	Sun Jun 06 16:47:40 2004 +0000
+++ b/plugins/extplacement.c	Sun Jun 06 17:18:27 2004 +0000
@@ -106,12 +106,12 @@
 
 	frame = gaim_plugin_pref_frame_new();
 
-	ppref = gaim_plugin_pref_new_with_label("Conversation Placement");
+	ppref = gaim_plugin_pref_new_with_label(_("Conversation Placement"));
 	gaim_plugin_pref_frame_add(frame, ppref);
 
 	ppref = gaim_plugin_pref_new_with_name_and_label(
 									"/plugins/gtk/extplacement/placement_number",
-									"Number of conversations per window");
+									_("Number of conversations per window"));
 	gaim_plugin_pref_set_bounds(ppref, 1, 50);
 	gaim_plugin_pref_frame_add(frame, ppref);