summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dialogs.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-15 03:45:00 +0000
committerDavid Robillard <d@drobilla.net>2009-02-15 03:45:00 +0000
commit64e69c36da8226a89902c4660c80f9470e7b55db (patch)
treee727b98e73f68784cd3d99726de36c437a087765 /gtk2_ardour/ardour_ui_dialogs.cc
parent789bd1d007c6e40ed9f1510ca5cd94b4b3777916 (diff)
Oops. Fix XML stuff in GUI as well.
git-svn-id: svn://localhost/ardour2/branches/3.0@4579 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui_dialogs.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dialogs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_dialogs.cc b/gtk2_ardour/ardour_ui_dialogs.cc
index 646a49dcf5..1624824ec5 100644
--- a/gtk2_ardour/ardour_ui_dialogs.cc
+++ b/gtk2_ardour/ardour_ui_dialogs.cc
@@ -141,7 +141,7 @@ ARDOUR_UI::connect_to_session (Session *s)
/* listen to clock mode changes. don't do this earlier because otherwise as the clocks
restore their modes or are explicitly set, we will cause the "new" mode to be saved
- back to the session XML ("extra") state.
+ back to the session XML ("Extra") state.
*/
AudioClock::ModeChanged.connect (mem_fun (*this, &ARDOUR_UI::store_clock_modes));