From 21fbfc8d8f29ff6796c01e57efa568b84e19552a Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Tue, 5 Aug 2014 20:40:14 +0200 Subject: Fixing windows. --- plugingui/pluginconfig.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/pluginconfig.cc b/plugingui/pluginconfig.cc index ba21f69..ac41ef6 100644 --- a/plugingui/pluginconfig.cc +++ b/plugingui/pluginconfig.cc @@ -73,7 +73,7 @@ FILE* openFilePtr(std::string mode) { 0, szPath))); { DEBUG(config, "WINDOWS APP DATA PATH:%s\n", szPath); - PathAppend(szPath, TEXT("drumgizmo")); + PathAppend(szPath, drumgizmo); // if(!Directory::exists(configpath)) { // CreateDirectory(szPath, NULL); // } -- cgit v1.2.3