Skip to content

Commit

Permalink
TextEditor: Add back lost "Save as..." action.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jul 27, 2019
1 parent 68c20e5 commit eda272e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Applications/TextEditor/TextEditorWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ TextEditorWidget::TextEditorWidget()
file_menu->add_action(*m_new_action);
file_menu->add_action(*m_open_action);
file_menu->add_action(*m_save_action);
file_menu->add_action(*m_save_as_action);
menubar->add_menu(move(file_menu));

auto edit_menu = make<GMenu>("Edit");
Expand Down

0 comments on commit eda272e

Please sign in to comment.