From 5d10ef90b816b31b976e4af57250ff2a3cf0ad5d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 30 May 2012 15:33:56 +0000 Subject: [PATCH] fixup previous commit for OS X git-svn-id: svn://localhost/ardour2/branches/3.0@12491 d708f5d6-7413-0410-9779-e7cbd77b26cf --- 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 266ddbb6dd..3895a96fd6 100644 --- a/gtk2_ardour/main.cc +++ b/gtk2_ardour/main.cc @@ -170,7 +170,7 @@ fixup_bundle_environment (int, char* []) unsetenv ("GTK_RC_FILES"); if (!ARDOUR::translations_are_disabled ()) { - expoirt_search_path (bundle_dir, "GTK_LOCALEDIR", "/Resources/locale"); + export_search_path (bundle_dir, "GTK_LOCALEDIR", "/Resources/locale"); } /* write a pango.rc file and tell pango to use it. we'd love