summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-12-04 03:28:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-12-04 03:28:35 +0000
commitd7d164cd74e2d393fc7a5691cb301d1d8bb40d0e (patch)
treea7005751bccd0bfe1a027927a62ccd86a81330e1 /gtk2_ardour/keyeditor.cc
parent523952e655d27f0ff6e5f2eff0f272fc5aca6fa5 (diff)
minor changes from OS X land
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2736 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/keyeditor.cc')
-rw-r--r--gtk2_ardour/keyeditor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/keyeditor.cc b/gtk2_ardour/keyeditor.cc
index 053ed782a2..4f378d2dbc 100644
--- a/gtk2_ardour/keyeditor.cc
+++ b/gtk2_ardour/keyeditor.cc
@@ -185,7 +185,7 @@ KeyEditor::populate ()
#ifdef GTKOSX
string label = (*k);
- replace_all (label, "<Control>", _("Command-"));
+ replace_all (label, "<Mod5>", _("Command-"));
replace_all (label, "<Alt>", _("Option-"));
replace_all (label, "<Shift>", _("Shift-"));
row[columns.binding] = label;