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 1f5f5fe2..3178f79d 100644 --- a/hardinfo2/menu.c +++ b/hardinfo2/menu.c @@ -62,6 +62,11 @@ static GtkActionEntry entries[] = { "_Manage hosts...", NULL, NULL, G_CALLBACK(cb_manage_hosts)}, + + {"LocalComputerAction", GTK_STOCK_HOME, + "_Local computer", NULL, + NULL, + G_CALLBACK(cb_local_computer)}, {"CopyAction", GTK_STOCK_COPY, "_Copy to Clipboard", "<control>C", |