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

This commit is contained in:
falkTX 2021-10-27 15:55:42 +01:00
parent 9d90823a32
commit b3a1efdc4b

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;