diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-20 07:26:41 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-20 07:26:41 +0000 |
commit | 175285a0906bd17115ff4c5eb3a0f8243d43c6c2 (patch) | |
tree | 301d081650a525499ce011a9e4e1041ac68c8cf6 /plugins/Popup/src | |
parent | f39c5e4342f20cfafc350343eaf4e6856242fb41 (diff) |
fixed popup registration name in folders plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@4121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src')
-rw-r--r-- | plugins/Popup/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index 81f3a3aafb..18e804f6ed 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -292,7 +292,7 @@ static int ModulesLoaded(WPARAM wParam,LPARAM lParam) HookEvent(ME_TTB_MODULELOADED, TTBLoaded);
//Folder plugin support
LPTSTR pszPath = mir_a2t(MIRANDA_PATH "\\Skins\\PopUp");
- folderId = FoldersRegisterCustomPathT(LPGEN("PopUps"), LPGEN("Skins"), pszPath);
+ folderId = FoldersRegisterCustomPathT(LPGEN("Popup Plus"), LPGEN("Skins"), pszPath);
mir_free(pszPath);
//load skin
skins.load(_T("dir"));
|