[gnome-panel/wip/gnome-3.10+: 30/75] fish: don't use deprecated GTK_STOCK_CLOSE
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/wip/gnome-3.10+: 30/75] fish: don't use deprecated GTK_STOCK_CLOSE
- Date: Tue, 7 Oct 2014 22:28:31 +0000 (UTC)
commit 5a7eb69e852c05e8ca3e0a3a61961c089eaf6500
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Wed Jul 9 15:39:58 2014 +0300
fish: don't use deprecated GTK_STOCK_CLOSE
applets/fish/fish.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applets/fish/fish.c b/applets/fish/fish.c
index 684b648..043ec94 100644
--- a/applets/fish/fish.c
+++ b/applets/fish/fish.c
@@ -623,7 +623,7 @@ display_fortune_dialog (FishApplet *fish)
gtk_dialog_new_with_buttons (
"", NULL, 0,
_("_Speak again"), FISH_RESPONSE_SPEAK,
- GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
+ _("_Close"), GTK_RESPONSE_CLOSE,
NULL);
gtk_window_set_icon_name (GTK_WINDOW (fish->fortune_dialog),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]