diff options
-rwxr-xr-x | clock.pm | 1 | ||||
-rwxr-xr-x | logdrake | 4 | ||||
-rwxr-xr-x | menus.pm | 1 |
3 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,7 @@ use interactive; use standalone; use timezone; init Gtk; +Gtk->set_locale; #use strict; use MDK::Common; @@ -35,6 +35,7 @@ use standalone; use any; use Config; init Gtk; +Gtk->set_locale; use my_gtk qw(:helpers :wrappers); use MDK::Common; @@ -394,6 +395,9 @@ sub destroy_window { # log # $Log$ +# Revision 1.21 2001/08/20 15:04:55 siegel +# added "Gtk->set_locale;" +# # Revision 1.20 2001/08/18 19:46:35 siegel # made i18n UTF8 compliant # @@ -6,6 +6,7 @@ use lib qw(/usr/lib/libDrakX); use interactive; use standalone; init Gtk; +Gtk->set_locale; use strict; #------------------------------------------------------------- |