Browse Source

Merge d88fbc1bdd into d9efe43112

pull/520/merge
Nikola Marić GitHub 7 years ago
parent
commit
9b9d305f84
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save