diff src/modplug/gui/interface.cxx @ 2082:cf87d00b86b9

Plugins are now translated in French (I still have to make modifications, however).
author Stany HENRY <StrassBoy@gmail.com>
date Wed, 17 Oct 2007 05:11:06 +0200
parents 499656950801
children 4b53cd5812e2
line wrap: on
line diff
--- a/src/modplug/gui/interface.cxx	Tue Oct 16 02:06:46 2007 -0500
+++ b/src/modplug/gui/interface.cxx	Wed Oct 17 05:11:06 2007 +0200
@@ -129,7 +129,7 @@
 
   Config = gtk_window_new (GTK_WINDOW_TOPLEVEL);
   gtk_widget_set_name (Config, "Config");
-  gtk_widget_set_size_request (Config, 500, -1);
+  gtk_widget_set_size_request (Config, -1, -1);
   gtk_window_set_title (GTK_WINDOW (Config), _("ModPlug Configuration"));
   gtk_window_set_resizable (GTK_WINDOW (Config), FALSE);