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
43
Wiki
Activity
Browse Source
Merge
d88fbc1bdd
into
d9efe43112
pull/520/merge
Nikola Marić
GitHub
7 years ago
parent
d9efe43112
d88fbc1bdd
commit
9b9d305f84
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/AddModuleWindow.cpp
+ 1
- 1
src/app/AddModuleWindow.cpp
View File
@@ -88,7 +88,7 @@ struct MetadataMenu : ListMenu {
static bool isModelMatch(Model *model, std::string search) {
// Build content string
std::string str;
std::string str
= ""
;
str += model->manufacturer;
str += " ";
str += model->name;
Write
Preview
Loading…
Cancel
Save