summaryrefslogtreecommitdiff
path: root/plugins/CurrencyRates/src/CreateFilePath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CurrencyRates/src/CreateFilePath.cpp')
-rw-r--r--plugins/CurrencyRates/src/CreateFilePath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CurrencyRates/src/CreateFilePath.cpp b/plugins/CurrencyRates/src/CreateFilePath.cpp
index 449d8b7ae7..18a8896e9d 100644
--- a/plugins/CurrencyRates/src/CreateFilePath.cpp
+++ b/plugins/CurrencyRates/src/CreateFilePath.cpp
@@ -28,6 +28,6 @@ tstring CreateFilePath(const tstring& rsName)
tstring s(rsName);
prepare_name(s);
tostringstream o;
- o << szPath << L"\\Quotes\\" << s;
+ o << szPath << L"\\CurrencyRates\\" << s;
return o.str();
} \ No newline at end of file