summaryrefslogtreecommitdiff
path: root/src/msvc6/testrunner/DynamicWindow/cdxCDynamicWnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/msvc6/testrunner/DynamicWindow/cdxCDynamicWnd.cpp')
-rw-r--r--src/msvc6/testrunner/DynamicWindow/cdxCDynamicWnd.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/msvc6/testrunner/DynamicWindow/cdxCDynamicWnd.cpp b/src/msvc6/testrunner/DynamicWindow/cdxCDynamicWnd.cpp
index 14de35d..2d37053 100644
--- a/src/msvc6/testrunner/DynamicWindow/cdxCDynamicWnd.cpp
+++ b/src/msvc6/testrunner/DynamicWindow/cdxCDynamicWnd.cpp
@@ -498,10 +498,10 @@ void cdxCDynamicWnd::DoInitWindow(CWnd & rWnd, const CSize & szInitial)
#ifdef _DEBUG
if(!(rWnd.GetStyle() & WS_CLIPCHILDREN) && !(m_nFlags & flSWPCopyBits))
{
- TRACE(_T("***\n"
- "*** cdxCDynamicWnd class note: If your window flickers too much, add the WS_CLIPCHILDREN style to it\n"
- "*** or try to set the flSWPCopyBits flags !!!\n"
- "***\n"));
+ TRACE(_T("***\n")
+ _T("*** cdxCDynamicWnd class note: If your window flickers too much, add the WS_CLIPCHILDREN style to it\n")
+ _T("*** or try to set the flSWPCopyBits flags !!!\n")
+ _T("***\n"));
}
#endif