From 17cd6b4044bac5bb348d6a2f12caa2fa81d76327 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 22 Oct 2013 11:08:31 -0400 Subject: [PATCH] fix locale path in OS X bundles --- gtk2_ardour/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc index 9407b05915..d01bca2a62 100644 --- a/gtk2_ardour/main.cc +++ b/gtk2_ardour/main.cc @@ -153,7 +153,7 @@ fixup_bundle_environment (int, char* []) vector lpath; lpath.push_back (bundle_dir); - lpath.push_back ("share"); + lpath.push_back ("Resources"); lpath.push_back ("locale"); localedir = strdup (Glib::build_filename (lpath).c_str()); } -- 2.30.2