Index: plugins/Makefile.mingw =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/Makefile.mingw,v retrieving revision 1.22 diff -u -p -r1.22 Makefile.mingw --- plugins/Makefile.mingw 11 Dec 2003 19:12:33 -0000 1.22 +++ plugins/Makefile.mingw 6 Jun 2004 17:07:34 -0000 @@ -115,6 +115,7 @@ install: plugins: \ autorecon.dll \ + extplacement.dll \ history.dll \ iconaway.dll \ idle.dll \ Index: plugins/extplacement.c =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/extplacement.c,v retrieving revision 1.3 diff -u -p -r1.3 extplacement.c --- plugins/extplacement.c 6 Jun 2004 16:41:02 -0000 1.3 +++ plugins/extplacement.c 6 Jun 2004 17:07:34 -0000 @@ -106,12 +106,12 @@ get_plugin_pref_frame(GaimPlugin *plugin 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);