diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-08 21:24:04 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-08 21:24:04 +0000 |
commit | 855919ea6895d63c98a209d2de544f4c90fb8f93 (patch) | |
tree | 0339312e93bcff377016e954d03f68ed9f79735a /plugins/Svc_dbepp | |
parent | f63c5e607c417b23a765901cf1fb530e81a99cb0 (diff) |
no more need in dbeditor's icon in Clist Modern
git-svn-id: http://svn.miranda-ng.org/main/trunk@863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Svc_dbepp')
-rw-r--r-- | plugins/Svc_dbepp/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Svc_dbepp/main.cpp b/plugins/Svc_dbepp/main.cpp index f289c1eb77..9b0a2bfc8d 100644 --- a/plugins/Svc_dbepp/main.cpp +++ b/plugins/Svc_dbepp/main.cpp @@ -247,9 +247,8 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam) hTTBHook = HookEvent(ME_TTB_MODULELOADED, OnTTBLoaded);
- if ( bServiceMode ) {
+ if ( bServiceMode )
CallService("DBEditorpp/MenuCommand",0,0);
- }
return 0;
}
|