From 9efa948c0854af1e85410e086b566e38158118b2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 21 Mar 2013 13:22:13 +0000 Subject: - translation fixes (patch from Basil) git-svn-id: http://svn.miranda-ng.org/main/trunk@4142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SecureIM/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SecureIM/src') diff --git a/plugins/SecureIM/src/main.cpp b/plugins/SecureIM/src/main.cpp index 3c3d08aa64..8548689e4a 100644 --- a/plugins/SecureIM/src/main.cpp +++ b/plugins/SecureIM/src/main.cpp @@ -139,7 +139,7 @@ int onModulesLoaded(WPARAM wParam, LPARAM lParam) Sent_NetLog("onModuleLoaded begin"); #endif - g_hFolders = FoldersRegisterCustomPathT(MODULENAME, LPGEN("Icons"), _T(MIRANDA_PATH"\\icons")); + g_hFolders = FoldersRegisterCustomPathT(LPGEN("SecureIM"), LPGEN("Icons"), _T(MIRANDA_PATH"\\icons")); InitIcons(); GetFlags(); -- cgit v1.2.3