]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
added wxDirCtrl to the sample to allow testing of the file names dragging (based...
[wxWidgets.git] / samples / controls / controls.cpp
index 8f50189633c83aeb6d6c5389db0a98c75a43edaf..6dd4a8fd87dbccd7b8701f883e8ac2647c3ebc9e 100644 (file)
@@ -1945,7 +1945,7 @@ void MyFrame::OnIdle( wxIdleEvent& WXUNUSED(event) )
             msg.Printf(
                     _T("Focus: %s")
 #ifdef __WXMSW__
-                    _T(", HWND = %08x"),
+                    , _T(", HWND = %08x")
 #endif
                     , s_windowFocus->GetName().c_str()
 #ifdef __WXMSW__