mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 20:45:06 +00:00
HackStudio: The app menu should say "Hack Studio"
This commit is contained in:
parent
47d98a5b9f
commit
737504464a
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ void HackStudioWidget::create_action_tab(GUI::Widget& parent)
|
|||
|
||||
void HackStudioWidget::create_app_menubar(GUI::MenuBar& menubar)
|
||||
{
|
||||
auto& app_menu = menubar.add_menu("HackStudio");
|
||||
auto& app_menu = menubar.add_menu("Hack Studio");
|
||||
app_menu.add_action(*m_open_action);
|
||||
app_menu.add_action(*m_save_action);
|
||||
app_menu.add_separator();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue