Browse Source

Rename file menu option "Open" as "Import..."

tags/22.02
falkTX 3 years ago
parent
commit
b3a1efdc4b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/override/MenuBar.cpp

+ 1
- 1
src/override/MenuBar.cpp View File

@@ -148,7 +148,7 @@ struct FileButton : MenuButton {
});
}));

menu->addChild(createMenuItem("Open", RACK_MOD_CTRL_NAME "+O", [this]() {
menu->addChild(createMenuItem("Import...", RACK_MOD_CTRL_NAME "+O", [this]() {
// see APP->patch->loadDialog();
promptClear("The current patch is unsaved. Clear it and open a new patch?", [this]() {
std::string dir;


Loading…
Cancel
Save