Rename file menu option "Open" as "Import..."
This commit is contained in:
parent
9d90823a32
commit
b3a1efdc4b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue