From ec708aa967bf7a26a2b231703ebcd5b7635e7d06 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Wed, 23 Apr 2014 20:31:02 -0700 Subject: [PATCH] Update config_mgr.cpp --- src/core/config_mgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config_mgr.cpp b/src/core/config_mgr.cpp index 1fdb6a502..1510f630a 100644 --- a/src/core/config_mgr.cpp +++ b/src/core/config_mgr.cpp @@ -358,7 +358,7 @@ void configManager::loadConfigFile() #if defined(LMMS_BUILD_WIN32) m_stkDir = m_dataDir + "stk/rawwaves/"; #elif defined(LMMS_BUILD_APPLE) - m_stkDir = qApp->applicationDirPath() + "/../share/stk/rawwaves/"; + m_stkDir = qApp->applicationDirPath() + "/../share/stk/rawwaves/"; #else m_stkDir = "/usr/share/stk/rawwaves/"; #endif