diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:48 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:48 -0500 |
commit | 4979bb6cbbbe39eb44c32530cd13f86bf44e5d77 (patch) | |
tree | 614372cf2510ad45311ecea088012683635d0b76 /menu.c | |
parent | ee6c3f9b4cf08a276c971dee66e1acdb32b3dff9 (diff) |
Import Upstream version 0.5c
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -47,6 +47,16 @@ static GtkActionEntry entries[] = { NULL, G_CALLBACK(cb_sync_manager)}, + {"OpenAction", GTK_STOCK_OPEN, + "_Open...", NULL, + NULL, + G_CALLBACK(cb_sync_manager)}, + + {"ConnectToAction", GTK_STOCK_CONNECT, + "_Connect to...", NULL, + NULL, + G_CALLBACK(cb_sync_manager)}, + {"CopyAction", GTK_STOCK_COPY, "_Copy to Clipboard", "<control>C", NULL, |