Merge branch 'master' of https://github.com/johnwpoliver/ardour
[ardour.git] / gtk2_ardour / ardour_ui.cc
index fd75481af521b0e56a1ec0a6a59dd23bc7fae923..8e29094cc6c434511beee09f13da79c35a5a4173 100644 (file)
@@ -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);