From 4d112a8e6b90fa64a5cd333042044768111ba994 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 14 Sep 2010 15:45:21 +0000 Subject: remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog git-svn-id: svn://localhost/ardour2/branches/3.0@7772 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/export_format_manager.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs/ardour/export_format_manager.cc') diff --git a/libs/ardour/export_format_manager.cc b/libs/ardour/export_format_manager.cc index 5cb87ee75b..7971622c4a 100644 --- a/libs/ardour/export_format_manager.cc +++ b/libs/ardour/export_format_manager.cc @@ -26,6 +26,8 @@ #include "i18n.h" +using std::string; + namespace ARDOUR { @@ -248,7 +250,7 @@ ExportFormatManager::add_sample_rate (SampleRatePtr ptr) } void -ExportFormatManager::set_name (Glib::ustring name) +ExportFormatManager::set_name (string name) { current_selection->set_name (name); } -- cgit v1.2.3