[gnome-system-monitor/ubergraph: 20/21] Stock items deprecation
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor/ubergraph: 20/21] Stock items deprecation
- Date: Thu, 25 Jul 2013 22:42:14 +0000 (UTC)
commit ad4b4bf7cce8654fdd9ac17de3f385ecca9349d5
Author: Robert Roth <robert roth off gmail com>
Date: Fri Jul 26 01:40:32 2013 +0300
Stock items deprecation
uber/uber-graph.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/uber/uber-graph.c b/uber/uber-graph.c
index 9f5d2ac..63aee08 100644
--- a/uber/uber-graph.c
+++ b/uber/uber-graph.c
@@ -1866,8 +1866,8 @@ uber_graph_take_screenshot (UberGraph *graph) /* IN */
dialog = gtk_file_chooser_dialog_new(_("Save As"),
GTK_WINDOW(gtk_widget_get_toplevel(widget)),
GTK_FILE_CHOOSER_ACTION_SAVE,
- GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
- GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ _("_Save"), GTK_RESPONSE_ACCEPT,
NULL);
if (GTK_RESPONSE_ACCEPT == gtk_dialog_run(GTK_DIALOG(dialog))) {
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]