[gnome-panel] 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] fish: don't use deprecated GTK_STOCK_CLOSE
- Date: Mon, 27 Oct 2014 16:17:54 +0000 (UTC)
commit 167015b82edaee6145c8bf0c0e58207ce0c7ee37
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]