This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Rename "Load selection" menu item to "Import selection".
tags/v2.0.0
Andrew Belt
3 years ago
parent
aac5e3c381
commit
74fdd9cb84
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/app/RackWidget.cpp
+ 1
- 1
src/app/RackWidget.cpp
View File
@@ -1143,7 +1143,7 @@ void RackWidget::appendSelectionContextMenu(ui::Menu* menu) {
}));
// Load
menu->addChild(createMenuItem("
Load
selection", "", [=]() {
menu->addChild(createMenuItem("
Import
selection", "", [=]() {
loadSelectionDialog();
}));
Write
Preview
Loading…
Cancel
Save