diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-31 18:40:14 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-31 18:40:14 +0000 |
commit | cecb2a6e6e221b6cb94e48ef601d12bfde7f60f4 (patch) | |
tree | 5fe249c35960f89fcb3a235beb662e65b9bc23a6 /plugins/TipperYM/src/tipper.cpp | |
parent | 77df1dd7b267eeb95d3ed68f32c4fcdb9319b1ae (diff) |
changed group in folders plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@4266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/src/tipper.cpp')
-rw-r--r-- | plugins/TipperYM/src/tipper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TipperYM/src/tipper.cpp b/plugins/TipperYM/src/tipper.cpp index b5b2ae04ae..17e9100251 100644 --- a/plugins/TipperYM/src/tipper.cpp +++ b/plugins/TipperYM/src/tipper.cpp @@ -257,7 +257,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) hFolderChanged = HookEvent(ME_FOLDERS_PATH_CHANGED, ReloadSkinFolder);
- hSkinFolder = FoldersRegisterCustomPathT(LPGEN("Tipper"), LPGEN("Tipper skins"), MIRANDA_PATHT _T("\\") _T(DEFAULT_SKIN_FOLDER));
+ hSkinFolder = FoldersRegisterCustomPathT(LPGEN("Skins"), LPGEN("Tipper"), MIRANDA_PATHT _T("\\") _T(DEFAULT_SKIN_FOLDER));
FoldersGetCustomPathT(hSkinFolder, SKIN_FOLDER, SIZEOF(SKIN_FOLDER), _T(DEFAULT_SKIN_FOLDER));
InitTipperSmileys();
|