diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-02 11:30:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-02 11:30:23 +0000 |
commit | a0bd83dbb96a4e45005fdab38fb7b3a17cdcb012 (patch) | |
tree | 236dd905cf5d45070a808bf5ea0b8c80f4362877 /plugins/VersionInfo | |
parent | 8ef40f0bd018c6f9295977c206714db8d1e6159c (diff) |
fixed for various Folders registration quirks
git-svn-id: http://svn.miranda-ng.org/main/trunk@3829 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo')
-rw-r--r-- | plugins/VersionInfo/src/hooked_events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VersionInfo/src/hooked_events.cpp b/plugins/VersionInfo/src/hooked_events.cpp index 44c24ec9ef..71fb4e649c 100644 --- a/plugins/VersionInfo/src/hooked_events.cpp +++ b/plugins/VersionInfo/src/hooked_events.cpp @@ -49,7 +49,7 @@ int UnhookEvents() int OnModulesLoaded(WPARAM wParam, LPARAM lParam)
{
- hOutputLocation = FoldersRegisterCustomPathT("VersionInfo", "Output folder", _T("%miranda_path%"));
+ hOutputLocation = FoldersRegisterCustomPathT("VersionInfo", "Output folder", MIRANDA_PATHT);
GetStringFromDatabase("UUIDCharMark", _T(DEF_UUID_CHARMARK), PLUGIN_UUID_MARK, cPLUGIN_UUID_MARK);
return 0;
|