summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-06-05 13:19:23 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-06-05 13:19:23 -0400
commitcd8180c864f5d02d7ce0515ed9f5b2ff4f6e1901 (patch)
tree8cc027c96e3efa9d45efb0fb6e7835c2c6e7a63d
parent2b80aee20a01f70afe9997fd39c4ca8d19c8caf8 (diff)
parenta65ab1d76c09e11ffddb4b8dcffa167b37e76dc6 (diff)
Merge branch 'master' of https://github.com/johnwpoliver/ardour
-rw-r--r--gtk2_ardour/ardour_ui.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index fd75481af5..8e29094cc6 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -813,13 +813,13 @@ ARDOUR_UI::check_memory_locking ()
"runs out of memory. \n\n"
"You can view the memory limit with 'ulimit -l', "
"and it is normally controlled by %2"),
- PROGRAM_NAME).c_str(),
+ PROGRAM_NAME,
#ifdef __FreeBSD__
- X_("/etc/login.conf")
+ X_("/etc/login.conf")
#else
- X_(" /etc/security/limits.conf")
+ X_(" /etc/security/limits.conf")
#endif
- );
+ ).c_str());
msg.set_default_response (RESPONSE_OK);