mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-04-23 19:10:49 +00:00
misc
This commit is contained in:
parent
48d03ea905
commit
7038c21e1a
1 changed files with 1 additions and 1 deletions
|
@ -1520,7 +1520,7 @@ void MainFrame::create_main_menu( GtkWidget *window, GtkWidget *vbox ){
|
|||
item = create_menu_item_with_mnemonic( menu, _( "Simple Patch Mesh..." ),
|
||||
G_CALLBACK( HandleCommand ), ID_CURVE_SIMPLEPATCHMESH );
|
||||
g_object_set_data( G_OBJECT( window ), "menu_simplepatchmesh", item );
|
||||
create_menu_item_with_mnemonic( menu, _( "Patch Inspector" ), GTK_SIGNAL_FUNC( HandleCommand ), ID_PATCH_INSPECTOR );
|
||||
create_menu_item_with_mnemonic( menu, _( "Patch Inspector" ), G_CALLBACK( HandleCommand ), ID_PATCH_INSPECTOR );
|
||||
menu_separator( menu );
|
||||
menu_in_menu = create_menu_in_menu_with_mnemonic( menu, _( "Insert" ) );
|
||||
create_menu_item_with_mnemonic( menu_in_menu, _( "Insert (2) Columns" ),
|
||||
|
|
Loading…
Reference in a new issue