# HG changeset patch # User Luke Schierer # Date 1086542307 0 # Node ID 6e9e9e7b8e1ec640d0a8a55b24f107c84251045a # Parent d3e8781627710fb4251bfa15ad64ae0c7a5b7632 [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 diff -r d3e878162771 -r 6e9e9e7b8e1e plugins/Makefile.mingw --- 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 \ diff -r d3e878162771 -r 6e9e9e7b8e1e plugins/extplacement.c --- 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);