summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-07 17:15:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-07 17:15:54 +0000
commitc033e6f87525b6e0e405b672cf288cf1627bca87 (patch)
treec81ce53cfb27eb8f865880bc9905eab21d0c6c9d /libs/ardour/enums.cc
parent862cb478a2b9dfa3822c581241396582050bfa44 (diff)
better design for range plays that leaves the range play button able to play the current range selection
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6029 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/enums.cc')
-rw-r--r--libs/ardour/enums.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc
index 78583c8ddf..25f3eccf61 100644
--- a/libs/ardour/enums.cc
+++ b/libs/ardour/enums.cc
@@ -242,8 +242,7 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (Session::Event, SetSlaveSource);
REGISTER_CLASS_ENUM (Session::Event, Audition);
REGISTER_CLASS_ENUM (Session::Event, InputConfigurationChange);
- REGISTER_CLASS_ENUM (Session::Event, SetAudioRange);
- REGISTER_CLASS_ENUM (Session::Event, SetPlayRange);
+ REGISTER_CLASS_ENUM (Session::Event, SetPlayAudioRange);
REGISTER_CLASS_ENUM (Session::Event, StopOnce);
REGISTER_CLASS_ENUM (Session::Event, AutoLoop);
REGISTER (_Session_Event_Type);