diff options
author | rbuj <[email protected]> | 2018-10-02 16:38:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-03 10:41:12 +0200 |
commit | df8e737eedb3133bd94b401957894704283cda9b (patch) | |
tree | 1cebd73faa72051777d34e0ac8aaba8b29e66de7 /geyes/themes.c | |
parent | 62c6b2bf236fb8b0d21201477ccbb5fe9b3a1b88 (diff) | |
download | mate-applets-df8e737eedb3133bd94b401957894704283cda9b.tar.bz2 mate-applets-df8e737eedb3133bd94b401957894704283cda9b.tar.xz |
Eyes Applet: Fix window title and factory name
Diffstat (limited to 'geyes/themes.c')
-rw-r--r-- | geyes/themes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geyes/themes.c b/geyes/themes.c index 1a7f1c4b..aebc8ee1 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-close", GTK_RESPONSE_CLOSE, "gtk-help", GTK_RESPONSE_HELP, |