From 028d608b3ff9da41e8b01a2c42e31835fd879d8d Mon Sep 17 00:00:00 2001 From: Basil Date: Wed, 20 Mar 2013 07:36:02 +0000 Subject: fixed YAMN registration in folders plugin git-svn-id: http://svn.miranda-ng.org/main/trunk@4122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAMN/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/YAMN') 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); -- cgit v1.2.3