aboutsummaryrefslogtreecommitdiff
path: root/shell/menu.c
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@ubuntu.com>2017-11-25 13:35:48 -0600
committerSimon Quigley <tsimonq2@ubuntu.com>2017-11-25 13:35:48 -0600
commit628a525ae2961f0461172613a0675dab6754c65e (patch)
tree9c16631a75cf703771196cabf274ee9eef9723d8 /shell/menu.c
parentab16195359ad146263dbd7b5ea2d94316caee627 (diff)
parent11e616945340e87a1f567ab92e6dfac3068875b1 (diff)
Update upstream source from tag 'upstream/0.5.1+git20171103'
Update to upstream version '0.5.1+git20171103' with Debian dir 12de6f1245697675c1d76dc1085c08844d715cb0
Diffstat (limited to 'shell/menu.c')
-rw-r--r--shell/menu.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/menu.c b/shell/menu.c
index e966f485..b0f01e58 100644
--- a/shell/menu.c
+++ b/shell/menu.c
@@ -49,17 +49,17 @@ static GtkActionEntry entries[] = {
NULL,
G_CALLBACK(cb_sync_manager)},
- {"OpenAction", GTK_STOCK_OPEN,
+ {"OpenAction", "_Open",
N_("_Open..."), NULL,
NULL,
G_CALLBACK(cb_sync_manager)},
- {"CopyAction", GTK_STOCK_COPY,
+ {"CopyAction", "_Copy",
N_("_Copy to Clipboard"), "<control>C",
N_("Copy to clipboard"),
G_CALLBACK(cb_copy_to_clipboard)},
- {"RefreshAction", GTK_STOCK_REFRESH,
+ {"RefreshAction", "_Refresh",
N_("_Refresh"), "F5",
NULL,
G_CALLBACK(cb_refresh)},
@@ -74,12 +74,12 @@ static GtkActionEntry entries[] = {
NULL,
G_CALLBACK(cb_report_bug)},
- {"AboutAction", GTK_STOCK_ABOUT,
+ {"AboutAction", "_About",
N_("_About HardInfo"), NULL,
N_("Displays program version information"),
G_CALLBACK(cb_about)},
- {"QuitAction", GTK_STOCK_QUIT,
+ {"QuitAction", "_Quit",
N_("_Quit"), "<control>Q",
NULL,
G_CALLBACK(cb_quit)}