From 41b743ee4943fb96cca770eb9665afc1f3530f2f Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 2 Oct 2018 16:38:01 +0200 Subject: Eyes Applet: Fix window title and factory name --- geyes/themes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'geyes/themes.c') diff --git a/geyes/themes.c b/geyes/themes.c index b9226a66..86ed7454 100644 --- a/geyes/themes.c +++ b/geyes/themes.c @@ -282,7 +282,7 @@ properties_cb (GtkAction *action, return; } - pbox = gtk_dialog_new_with_buttons (_("Geyes Preferences"), NULL, + pbox = gtk_dialog_new_with_buttons (_("Eyes Preferences"), NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, GTK_STOCK_HELP, GTK_RESPONSE_HELP, -- cgit v1.2.1