Remove work-around for fixed bug in sgettext().
git-svn-id: svn://localhost/ardour2/branches/3.0@10924 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
14b64b0710
commit
c196a212d0
@ -310,9 +310,7 @@ public:
|
||||
|
||||
for (int x = 0; modifiers[x].name; ++x) {
|
||||
if (modifiers[x].modifier == Keyboard::edit_modifier ()) {
|
||||
string lookup_str = "key|";
|
||||
lookup_str += modifiers[x].name;
|
||||
_edit_modifier_combo.set_active_text (S_(lookup_str.c_str()));
|
||||
_edit_modifier_combo.set_active_text (S_(modifiers[x].name));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user