summaryrefslogtreecommitdiff
path: root/plugins/Popup
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-03-18 13:14:18 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-03-18 13:14:18 +0000
commit288d3417d7d7a0a641e137aa27ff1a12964cdc5e (patch)
tree1cc327019e5de5c3511c92cfb14fca526c20d8e8 /plugins/Popup
parentca34edb230ca87aae5fa4d585273c0d88fa2694d (diff)
- translation fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup')
-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 be8ba531fb..81f3a3aafb 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(MODULNAME_LONG, LPGEN("Skins"), pszPath);
+ folderId = FoldersRegisterCustomPathT(LPGEN("PopUps"), LPGEN("Skins"), pszPath);
mir_free(pszPath);
//load skin
skins.load(_T("dir"));