Model/IR Select dialog for large downloads
This commit is contained in:
@@ -713,7 +713,7 @@ static std::map<std::string, std::string> gearEnumValues =
|
||||
{"full-rig", "Full rig"},
|
||||
{"pedal", "Pedal"},
|
||||
{"outboard", "Outboard"},
|
||||
{"ir", "I/R"}};
|
||||
{"ir", "IR"}};
|
||||
|
||||
static std::string mdGear(const std::string &gear)
|
||||
{
|
||||
@@ -926,7 +926,7 @@ static std::string mdLicense(const std::string &license)
|
||||
static std::map<std::string, std::string> platformEnumValues =
|
||||
{
|
||||
{"nam", "NAM"},
|
||||
{"ir", "I/R"},
|
||||
{"ir", "IR"},
|
||||
{"aida-x", "Aida X"},
|
||||
{"aa-snapshot", "aa-snapshot"},
|
||||
{"proteus", "Proteus"}};
|
||||
|
||||
Reference in New Issue
Block a user