From 636f2184a57ad9d8fa63d1130093a30fbbd6aa66 Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Mon, 12 May 2008 11:46:53 +0000 Subject: * applied patch for ardour-3.0 to compile on OS X thanks to Sakari Bergen git-svn-id: svn://localhost/ardour2/branches/3.0@3338 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/main.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/main.cc') diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc index c935e091f2..dd4bcab919 100644 --- a/gtk2_ardour/main.cc +++ b/gtk2_ardour/main.cc @@ -216,9 +216,9 @@ fixup_bundle_environment () pangorc << "[Pango]\nModuleFiles="; pangopath = dir_path; - pangopath /= '..'; - pangopath /= 'Resources'; - pangopath /= 'pango.modules'; + pangopath /= ".."; + pangopath /= "Resources"; + pangopath /= "pango.modules"; pangorc << pangopath.to_string() << endl; pangorc.close (); -- cgit v1.2.3