diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-16 19:32:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-16 19:32:41 +0000 |
commit | 749d19c9caa2ebc569d640b4a12de2a1eb18c3d0 (patch) | |
tree | 37805f48a970aadc5dc1882c9765b88a365ba451 /plugins/Clist_modern/src/modern_toolbar.cpp | |
parent | bea126b76cb66959ad687d71e364eec074da2d24 (diff) |
- Clist_modern: LPGEN macro added to some old code;
- langpacks/english: updated;
- langpacks/russian: updated;
git-svn-id: http://svn.miranda-ng.org/main/trunk@7254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_toolbar.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_toolbar.cpp b/plugins/Clist_modern/src/modern_toolbar.cpp index b3e6f25b44..3379a3d3b3 100644 --- a/plugins/Clist_modern/src/modern_toolbar.cpp +++ b/plugins/Clist_modern/src/modern_toolbar.cpp @@ -303,7 +303,7 @@ static int Toolbar_ModuleReloaded(WPARAM wParam, LPARAM lParam) static int Toolbar_ModulesLoaded(WPARAM, LPARAM)
{
- CallService(MS_BACKGROUNDCONFIG_REGISTER, (WPARAM)"ToolBar Background/ToolBar",0);
+ CallService(MS_BACKGROUNDCONFIG_REGISTER, (WPARAM)(LPGEN("ToolBar Background")"/ToolBar"),0);
HookEvent(ME_DB_CONTACT_SETTINGCHANGED, ehhToolBarSettingsChanged);
|