diff options
Diffstat (limited to 'plugins/Svc_dbepp/main.cpp')
-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;
}
|