diff options
author | Basil <basil@miranda-ng.org> | 2013-03-20 07:36:02 +0000 |
---|---|---|
committer | Basil <basil@miranda-ng.org> | 2013-03-20 07:36:02 +0000 |
commit | 028d608b3ff9da41e8b01a2c42e31835fd879d8d (patch) | |
tree | 6ba687fec8d22c857650e485666f9b8bdc8cd174 /plugins/YAMN | |
parent | 175285a0906bd17115ff4c5eb3a0f8243d43c6c2 (diff) |
fixed YAMN registration in folders plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@4122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN')
-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 302bd2e81c..ea1a33e870 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(LPGEN("YAMN"), LPGEN("Account Folder"), UserDirectory))
+ if (hAccountFolder = FoldersRegisterCustomPathT(LPGEN("YAMN"), LPGEN("YAMN Account Folder"), UserDirectory))
FoldersGetCustomPathT(hAccountFolder, UserDirectory, MAX_PATH, UserDirectory);
RegisterPOP3Plugin(0, 0);
|