diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-12-19 21:57:30 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-12-19 21:57:30 +0000 |
commit | 02ca3b1dd1a02210333764ebafe7b4dedd68d56e (patch) | |
tree | e04b60f38acaeec3786cfa4dd02a5665fca7ead7 /plugins | |
parent | 925c04de5ee370511fe1c09d42ba8c4589c7d2ee (diff) |
it's break folder path :(
git-svn-id: http://svn.miranda-ng.org/main/trunk@15904 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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 705209a14b..8a8fd046e3 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -259,7 +259,7 @@ static int ModulesLoaded(WPARAM, LPARAM) // hook TopToolBar
HookEvent(ME_TTB_MODULELOADED, TTBLoaded);
// Folder plugin support
- folderId = FoldersRegisterCustomPathT(LPGEN("Skins"), LPGEN("Popup plus"), MIRANDA_PATHT _T("\\Skins\\Popup"));
+ folderId = FoldersRegisterCustomPathT(LPGEN("Skins"), LPGEN("Popup Plus"), MIRANDA_PATHT _T("\\Skins\\Popup"));
// load skin
skins.load();
const PopupSkin *skin;
|