Author: kelnos
Date: 2008-07-02 07:01:03 +0000 (Wed, 02 Jul 2008)
New Revision: 27191

Modified:
   xfce-utils/branches/xfce_4_4/xfrun/xfrun-dialog.c
Log:
fix missing translated chars, patch from Minoru Hashima <[EMAIL PROTECTED]>
(bug 3543)


Modified: xfce-utils/branches/xfce_4_4/xfrun/xfrun-dialog.c
===================================================================
--- xfce-utils/branches/xfce_4_4/xfrun/xfrun-dialog.c   2008-07-01 20:46:06 UTC 
(rev 27190)
+++ xfce-utils/branches/xfce_4_4/xfrun/xfrun-dialog.c   2008-07-02 07:01:03 UTC 
(rev 27191)
@@ -165,6 +165,8 @@
     GtkWidget *entry, *chk, *btn, *vbox, *bbox, *hbox, *arrow;
     GtkTreeIter itr;
     gchar *first_item = NULL;
+
+    xfce_textdomain(GETTEXT_PACKAGE, LOCALEDIR, "UTF-8");
     
     dialog->priv = G_TYPE_INSTANCE_GET_PRIVATE(dialog, XFRUN_TYPE_DIALOG,
                                                XfrunDialogPrivate);

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to