mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
Lua is not an acronym
This commit is contained in:
parent
efbfbb8330
commit
3ee2c3d632
1 changed files with 2 additions and 2 deletions
|
|
@ -211,7 +211,7 @@ PluginSelector::PluginSelector (PluginManager& mgr)
|
||||||
#ifdef LV2_SUPPORT
|
#ifdef LV2_SUPPORT
|
||||||
_fil_type_combo.append_text_item (X_("LV2"));
|
_fil_type_combo.append_text_item (X_("LV2"));
|
||||||
#endif
|
#endif
|
||||||
_fil_type_combo.append_text_item (X_("LUA"));
|
_fil_type_combo.append_text_item (X_("Lua"));
|
||||||
_fil_type_combo.append_text_item (X_("LADSPA"));
|
_fil_type_combo.append_text_item (X_("LADSPA"));
|
||||||
_fil_type_combo.set_text (_("Show All Formats"));
|
_fil_type_combo.set_text (_("Show All Formats"));
|
||||||
|
|
||||||
|
|
@ -434,7 +434,7 @@ PluginSelector::show_this_plugin (const PluginInfoPtr& info, const std::string&
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (_fil_type_combo.get_text() == X_("LUA") && info->type != Lua) {
|
if (_fil_type_combo.get_text() == X_("Lua") && info->type != Lua) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue