[gnome-applets/wip/gnome-3.10+: 3/29] geyes: don't use deprecated GtkStock
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets/wip/gnome-3.10+: 3/29] geyes: don't use deprecated GtkStock
- Date: Thu, 28 Aug 2014 15:50:38 +0000 (UTC)
commit e03f49a2ff8ca7435c7c12ef89074542150dc003
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sat Jul 5 22:47:07 2014 +0300
geyes: don't use deprecated GtkStock
geyes/themes.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/geyes/themes.c b/geyes/themes.c
index fc30dca..ae101b6 100644
--- a/geyes/themes.c
+++ b/geyes/themes.c
@@ -280,8 +280,8 @@ properties_cb (GSimpleAction *action,
pbox = gtk_dialog_new_with_buttons (_("Geyes Preferences"), NULL,
GTK_DIALOG_DESTROY_WITH_PARENT,
- GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
- GTK_STOCK_HELP, GTK_RESPONSE_HELP,
+ _("_Close"), GTK_RESPONSE_CLOSE,
+ _("_Help"), GTK_RESPONSE_HELP,
NULL);
gtk_window_set_screen (GTK_WINDOW (pbox),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]