Skip to content
Snippets Groups Projects
Commit 429cd329 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1334] Fix unexplicit label

parent 5213f815
No related branches found
No related tags found
No related merge requests found
...@@ -354,7 +354,7 @@ create_call_menu() ...@@ -354,7 +354,7 @@ create_call_menu()
gtk_menu_shell_append (GTK_MENU_SHELL (menu), menu_items); gtk_menu_shell_append (GTK_MENU_SHELL (menu), menu_items);
#if GTK_CHECK_VERSION(2,10,0) #if GTK_CHECK_VERSION(2,10,0)
menu_items = gtk_image_menu_item_new_with_mnemonic(_("_Account Assistant")); menu_items = gtk_image_menu_item_new_with_mnemonic(_("_Account creation wizard"));
gtk_menu_shell_append (GTK_MENU_SHELL (menu), menu_items); gtk_menu_shell_append (GTK_MENU_SHELL (menu), menu_items);
g_signal_connect_swapped( G_OBJECT( menu_items ) , "activate" , G_CALLBACK( call_wizard ) , NULL ); g_signal_connect_swapped( G_OBJECT( menu_items ) , "activate" , G_CALLBACK( call_wizard ) , NULL );
gtk_widget_show (menu_items); gtk_widget_show (menu_items);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment