diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-18 13:14:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-18 13:14:18 +0000 |
commit | 288d3417d7d7a0a641e137aa27ff1a12964cdc5e (patch) | |
tree | 1cc327019e5de5c3511c92cfb14fca526c20d8e8 /plugins/YAMN/src | |
parent | ca34edb230ca87aae5fa4d585273c0d88fa2694d (diff) |
- translation fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN/src')
-rw-r--r-- | plugins/YAMN/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YAMN/src/main.cpp b/plugins/YAMN/src/main.cpp index f5796e5225..302bd2e81c 100644 --- a/plugins/YAMN/src/main.cpp +++ b/plugins/YAMN/src/main.cpp @@ -221,7 +221,7 @@ int SystemModulesLoaded(WPARAM, LPARAM) CheckMenuItems();
- if (hAccountFolder = FoldersRegisterCustomPathT(YAMN_DBMODULE, YAMN_DBMODULE" Account Folder", UserDirectory))
+ if (hAccountFolder = FoldersRegisterCustomPathT(LPGEN("YAMN"), LPGEN("Account Folder"), UserDirectory))
FoldersGetCustomPathT(hAccountFolder, UserDirectory, MAX_PATH, UserDirectory);
RegisterPOP3Plugin(0, 0);
|