From 52b3424649a3826fac372f1636ab08f280dc8fd3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 13 Jan 2010 02:07:43 +0000 Subject: fix error in construction of system template path git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6483 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/new_session_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/new_session_dialog.cc b/gtk2_ardour/new_session_dialog.cc index ad19892d4d..267ca4d750 100644 --- a/gtk2_ardour/new_session_dialog.cc +++ b/gtk2_ardour/new_session_dialog.cc @@ -399,7 +399,7 @@ NewSessionDialog::NewSessionDialog() const char * const template_dir_name = X_("templates"); //if SYSTEM template folder exists, add it to the file chooser - const std::string sys_templates_path = ARDOUR::get_system_data_path() + template_dir_name; + const std::string sys_templates_path = ARDOUR::get_system_data_path() + "/" + template_dir_name; printf("system template path = %s\n", sys_templates_path.c_str()); if (Glib::file_test(sys_templates_path, Glib::FILE_TEST_IS_DIR)) { -- cgit v1.2.3