From cf2302ed8ac483e06a46d1c098b8a42983a9f52b Mon Sep 17 00:00:00 2001 From: Casimir666 Date: Sat, 21 Apr 2007 18:15:47 +0000 Subject: git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@54 10f7b99b-c216-0410-bff0-8a66a9350fd8 --- src/apps/mplayerc/StaticLink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apps/mplayerc/StaticLink.cpp') diff --git a/src/apps/mplayerc/StaticLink.cpp b/src/apps/mplayerc/StaticLink.cpp index eefc883ce..b29c1f53d 100644 --- a/src/apps/mplayerc/StaticLink.cpp +++ b/src/apps/mplayerc/StaticLink.cpp @@ -60,7 +60,7 @@ CStaticLink::CStaticLink(LPCTSTR lpText, BOOL bDeleteOnDestroy) // lines of code and more reliable than turning on SS_NOTIFY in OnCtlColor // because Windows doesn't send WM_CTLCOLOR to bitmap static controls. // -UINT CStaticLink::OnNcHitTest(CPoint point) +LRESULT CStaticLink::OnNcHitTest(CPoint point) { return HTCLIENT; } -- cgit v1.2.3