Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Apr 11, 2021
1 parent fa420c9 commit bede183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tea.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6593,7 +6593,7 @@ File menu
menu_file = menuBar()->addMenu (tr ("File"));
menu_file->setTearOffEnabled (true);

menu_file->addAction (act_test);
// menu_file->addAction (act_test);

menu_file->addAction (newAct);
add_to_menu (menu_file, tr ("Open"), SLOT(file_open()), "Ctrl+O", get_theme_icon_fname ("file-open.png"));
Expand Down

0 comments on commit bede183

Please sign in to comment.