diff options
author | Monsta <[email protected]> | 2015-07-01 16:37:39 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-01 16:37:39 +0300 |
commit | 6d8bfbef3cda39eeabcf0b6314abd944efebd267 (patch) | |
tree | 4cc8378c6861b67c12d85ed0a0290f9bf52058d1 /geyes | |
parent | d4a16ba8067ed797a2a97374a9e78dc37add7216 (diff) | |
download | mate-applets-6d8bfbef3cda39eeabcf0b6314abd944efebd267.tar.bz2 mate-applets-6d8bfbef3cda39eeabcf0b6314abd944efebd267.tar.xz |
Revert "geyes: don't use GtkStock"
This reverts commit 7e02dd79e45a7e669ff9eb89454bc4e6955abfb0.
Diffstat (limited to 'geyes')
-rw-r--r-- | geyes/themes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geyes/themes.c b/geyes/themes.c index 0ac5eadc..325a14af 100644 --- a/geyes/themes.c +++ b/geyes/themes.c @@ -285,8 +285,8 @@ properties_cb (GtkAction *action, pbox = gtk_dialog_new_with_buttons (_("Geyes Preferences"), NULL, GTK_DIALOG_DESTROY_WITH_PARENT, - _("_Close"), GTK_RESPONSE_CLOSE, - _("_Help"), GTK_RESPONSE_HELP, + GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, + GTK_STOCK_HELP, GTK_RESPONSE_HELP, NULL); gtk_window_set_screen (GTK_WINDOW (pbox), |