summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-18 14:40:59 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-18 14:40:59 +0000
commitbeed04fd78481c085df5f0342ce546b3fdd2e544 (patch)
tree90575f2478068a5f317728fbc2f1a82884d38356 /protocols
parent98ecab59cd29c9b45026d61aa98dcfb87ef5bd2d (diff)
yet another TTB-dependent changes
git-svn-id: http://svn.miranda-ng.org/main/trunk@473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/YAMN/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/YAMN/services.cpp b/protocols/YAMN/services.cpp
index cdb87aecfa..48e38ea4d4 100644
--- a/protocols/YAMN/services.cpp
+++ b/protocols/YAMN/services.cpp
@@ -311,7 +311,7 @@ int AddTopToolbarIcon(WPARAM,LPARAM)
if ( ServiceExists(MS_TTB_ADDBUTTON) && hTTButton == NULL) {
TTBButton btn = { 0 };
btn.cbSize = sizeof(TTBButton);
- btn.pszServiceUp = MS_YAMN_FORCECHECK;
+ btn.pszService = MS_YAMN_FORCECHECK;
btn.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP | TTBBF_ICONBYHANDLE;
btn.name = Translate("Check mail");
btn.hIconHandleUp = g_GetIconHandle(5);