[Xfce-i18n] I: new subdirectory in orage
juha
kautto.juha at kolumbus.fi
Sun Apr 30 10:07:11 CEST 2006
Daichi Kawahata wrote:
>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,
>
>
>------------------------------------------------------------------------
>
>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();
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Xfce-i18n mailing list
>Xfce-i18n at xfce.org
>http://foo-projects.org/mailman/listinfo/xfce-i18n
>
>
thanks. done.
/Juha
More information about the Xfce-i18n
mailing list