diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-11 11:30:58 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-11 11:30:58 +0000 |
commit | fd0765bafbb02d4fa095b9106eb0ef359e8ed96e (patch) | |
tree | 25b2371d2a76eaa4db945a4015727352325d838e /plugins/Popup/src | |
parent | 0761fbd70ae9bef0c9237f9a79cb70df5e707b40 (diff) |
- translation fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3972 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 7a3638ddf3..6e959b438b 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, "Skins", pszPath);
+ folderId = FoldersRegisterCustomPathT(MODULNAME_LONG, LPGEN("Skins"), pszPath);
mir_free(pszPath);
//load skin
skins.load(_T("dir"));
|