[Xfce4-commits] <xfce-utils:master> Use "Run Program..." at xfrun4 dialog title (bug #7078).

Nick Schermer noreply at xfce.org
Fri Jun 17 20:30:02 CEST 2011


Updating branch refs/heads/master
         to 22f35769af3d201c50641b98b37a2924f291e654 (commit)
       from 1894922146c4e51521e4c7fe067392f0368cbb56 (commit)

commit 22f35769af3d201c50641b98b37a2924f291e654
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Jun 17 20:28:45 2011 +0200

    Use "Run Program..." at xfrun4 dialog title (bug #7078).

 xfrun/xfrun-dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xfrun/xfrun-dialog.c b/xfrun/xfrun-dialog.c
index 5cb44ff..5e7b9f8 100644
--- a/xfrun/xfrun-dialog.c
+++ b/xfrun/xfrun-dialog.c
@@ -157,6 +157,7 @@ xfrun_dialog_init(XfrunDialog *dialog)
     dialog->priv = G_TYPE_INSTANCE_GET_PRIVATE(dialog, XFRUN_TYPE_DIALOG,
                                                XfrunDialogPrivate);
     GTK_WINDOW(dialog)->type = GTK_WINDOW_TOPLEVEL;
+    gtk_window_set_title(GTK_WINDOW(dialog), _("Run Program..."));
     gtk_window_set_icon_name(GTK_WINDOW(dialog), "system-run");
 
     gtk_widget_set_size_request(GTK_WIDGET(dialog), 400, -1);



More information about the Xfce4-commits mailing list