From 02ca3b1dd1a02210333764ebafe7b4dedd68d56e Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 19 Dec 2015 21:57:30 +0000 Subject: it's break folder path :( git-svn-id: http://svn.miranda-ng.org/main/trunk@15904 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Popup/src/main.cpp') 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; -- cgit v1.2.3