summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-30 23:26:46 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-30 23:26:46 -0400
commitfbfa0acebe01e85629c415bec849ca36324c56b1 (patch)
treec2f607c09e66275d2d473cb7205d06650e83d5ec /gtk2_ardour/main.cc
parent5e0c6af4062a2982fb90ad318973ab1d4beed2b9 (diff)
remove compile errors (still will not link and JACKPortEngine is not close to done)
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index e5a7e8d580..e9b5da3e04 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -393,9 +393,9 @@ Click OK to exit %1."), PROGRAM_NAME, AudioEngine::instance()->current_backend_n
/* engine has already run, so this is a mid-session backend death */
MessageDialog msg (string_compose (_("The audio backend (%1) has failed, or terminated"), AudioEngine::instance()->current_backend_name()), false);
- msg->set_secondary_text (string_compose (_("%2 exited unexpectedly, and without notifying %1."),
+ msg.set_secondary_text (string_compose (_("%2 exited unexpectedly, and without notifying %1."),
PROGRAM_NAME, AudioEngine::instance()->current_backend_name()));
- msg->present ();
+ msg.present ();
}
return false; /* do not call again */
}