]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOSettings.cpp
New folder structure to comply with Linux and Mac OS standards and documentation...
[creaImageIO.git] / src2 / creaImageIOSettings.cpp
index 03b4317747c56e2d16e3eeb7c254c6f6690f8cc5..92908785bc43de2a340dfba8254150d64e3ad3a7 100644 (file)
@@ -12,7 +12,7 @@ namespace creaImageIO
     Settings::Settings(const std::string i_path)
     {
         //need to position path in user directory first.
-        m_SettingsFileName = i_path + "\\.gimmick\\app.config";
+        m_SettingsFileName = i_path + "\\.gimmick\\Shared\\gimmick\\app.config";
         //Test if Settings File exist
         if(!boost::filesystem::exists(m_SettingsFileName) )
         {