summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2019-03-27 16:04:20 +0300
committerdartraiden <wowemuh@gmail.com>2019-03-27 16:05:09 +0300
commit663df609d5dd98e973ef3a09380ea45cc2d252b0 (patch)
tree5844c525fc3a27da7fbf787368b55693fe6afe48
parentd8f8bd7643efcc9b96e15143cb60953f1d4382b2 (diff)
I hate Folders
-rw-r--r--plugins/Popup/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp
index 22c36072c0..7dbf9a39fb 100644
--- a/plugins/Popup/src/main.cpp
+++ b/plugins/Popup/src/main.cpp
@@ -247,7 +247,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 L"\\Skins\\Popup");
+ folderId = FoldersRegisterCustomPathT(LPGEN("Skins"), LPGEN("Popup Plus"), MIRANDA_PATHT L"\\Skins\\Popup");
// load skin
skins.load();
const PopupSkin *skin;