diff options
Diffstat (limited to 'hardinfo2/menu.c')
-rw-r--r-- | hardinfo2/menu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c index 46b4568e..2b18034f 100644 --- a/hardinfo2/menu.c +++ b/hardinfo2/menu.c @@ -41,6 +41,11 @@ static GtkActionEntry entries[] = NULL, /* tooltip */ G_CALLBACK(cb_generate_report) }, + { "SyncManagerAction", HI_STOCK_SYNC_MENU, + "_Open SyncManager...", NULL, + NULL, + G_CALLBACK(cb_sync_manager) }, + { "CopyAction", GTK_STOCK_COPY, "_Copy to Clipboard", "<control>C", NULL, |