13
0

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:
Carl Hetherington 2011-12-07 02:43:20 +00:00
parent 14b64b0710
commit c196a212d0

View File

@ -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;
}
}