[Xfce-i18n] I: new subdirectory in orage
Daichi Kawahata
daichi at xfce.org
Sun Apr 30 09:53:33 CEST 2006
On Sun, 30 Apr 2006 10:48:15 +0300
juha wrote:
> > I think this should be deprecated in favor of
> > g_getenv()/g_setenv()/g_unsetenv() which are in glib since 2.4.
> >
> > we now require gtk+/glib 2.6 as a minimum, so xfce_putenv() is
> > superfluous.
>
> done. Thanks Olivier!
It seems working, please apply this patch also.
I'll report the problem later.
Regards,
--
Daichi
Language Codes: http://www.w3.org/WAI/ER/IG/ert/iso639.htm
Country Codes: http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt
-------------- next part --------------
Index: oc_config.c
===================================================================
--- oc_config.c (revision 21381)
+++ oc_config.c (working copy)
@@ -88,7 +88,7 @@
gchar *filename = NULL;
gchar *clockname = NULL;
- dialog = gtk_file_chooser_dialog_new("Select timezone", NULL
+ dialog = gtk_file_chooser_dialog_new(_("Select timezone"), NULL
, GTK_FILE_CHOOSER_ACTION_OPEN
, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL
, GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, NULL);
@@ -262,7 +262,7 @@
g_signal_connect(entry, "key-release-event", G_CALLBACK(oc_line_changed)
, clock->line[0].data);
gtk_tooltips_set_tip(clock->tips, GTK_WIDGET(entry),
- ("Enter any valid strftime function parameter.")
+ (_("Enter any valid strftime function parameter."))
, NULL);
def_style = gtk_widget_get_default_style();
More information about the Xfce-i18n
mailing list