summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-01-28 19:16:24 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-01-28 19:16:24 +0100
commitb424187be1682353ed6209b6a7c953c3f31f65c9 (patch)
treef5bc379205fcfaa36a87ef6f966805da298d707c /libs/surfaces
parent41aaee6fe98cd9f6a317a5e683bd8bb2ec80540a (diff)
another action name fix for Push2 support
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/push2/buttons.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/push2/buttons.cc b/libs/surfaces/push2/buttons.cc
index 1f36d08d54..05f68774ec 100644
--- a/libs/surfaces/push2/buttons.cc
+++ b/libs/surfaces/push2/buttons.cc
@@ -493,7 +493,7 @@ Push2::button_fixed_length ()
void
Push2::button_browse ()
{
- access_action ("Editor/addExistingAudioFiles");
+ access_action ("Common/addExistingAudioFiles");
}
void