diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-18 12:17:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-18 12:17:26 +0000 |
commit | 6bcce0307d2baf4db5a5802b9c3bb3f2714254db (patch) | |
tree | 6cbc45799a9678b9e02a427708ad3c54020031b9 /plugins/Svc_dbepp/main.cpp | |
parent | 9893f0ea9fdb640962f32db7f20b07ffcab33acc (diff) |
other TTB-dependent changes
git-svn-id: http://svn.miranda-ng.org/main/trunk@471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Svc_dbepp/main.cpp')
-rw-r--r-- | plugins/Svc_dbepp/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Svc_dbepp/main.cpp b/plugins/Svc_dbepp/main.cpp index a7145fe23f..dd6da983e4 100644 --- a/plugins/Svc_dbepp/main.cpp +++ b/plugins/Svc_dbepp/main.cpp @@ -158,8 +158,8 @@ static int OnTTBLoaded(WPARAM wParam,LPARAM lParam) UnhookEvent(hTTBHook);
ttbb.cbSize = sizeof(ttbb);
- ttbb.dwFlags=TTBBF_VISIBLE|TTBBF_SHOWTOOLTIP;
- ttbb.pszServiceDown = "DBEditorpp/MenuCommand";
+ ttbb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP;
+ ttbb.pszService = "DBEditorpp/MenuCommand";
ttbb.name = Translate("Database Editor++");
ttbb.hIconUp = ico;
ttbb.hIconDn = ico;
|