From df41e6968e12f75b514b605968fe3fb9a3c5740e Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 00:02:48 +0100 Subject: ADD Package building for hardinfo2 --- shell/menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/menu.c') diff --git a/shell/menu.c b/shell/menu.c index d9946c54..e0ed4038 100644 --- a/shell/menu.c +++ b/shell/menu.c @@ -83,7 +83,7 @@ static GtkActionEntry entries[] = { G_CALLBACK(cb_report_bug)}, {"AboutAction", "_About", - N_("_About HardInfo"), NULL, + N_("_About HardInfo2"), NULL, N_("Displays program version information"), G_CALLBACK(cb_about)}, @@ -128,7 +128,7 @@ void menu_init(Shell * shell) /* Create our objects */ menu_box = shell->vbox; - action_group = gtk_action_group_new("HardInfo"); + action_group = gtk_action_group_new("HardInfo2"); menu_manager = gtk_ui_manager_new(); shell->action_group = action_group; @@ -138,7 +138,7 @@ void menu_init(Shell * shell) * menu_box -> window * actions -> action_group * action_group -> menu_manager */ - gtk_action_group_set_translation_domain( action_group, "hardinfo" );//gettext + gtk_action_group_set_translation_domain( action_group, "hardinfo2" );//gettext gtk_action_group_add_actions(action_group, entries, G_N_ELEMENTS(entries), NULL); gtk_action_group_add_toggle_actions(action_group, toggle_entries, -- cgit v1.2.3