fix locale path in OS X bundles
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 22 Oct 2013 15:08:31 +0000 (11:08 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 22 Oct 2013 15:08:31 +0000 (11:08 -0400)
gtk2_ardour/main.cc

index 9407b059158e1295db9a3e73162d21e32376f1c8..d01bca2a624f0cd57dbaa2870d867a369847cb64 100644 (file)
@@ -153,7 +153,7 @@ fixup_bundle_environment (int, char* [])
                
                vector<string> 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());
        }