compilation fix (misplaced comma in OnIdle)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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__
|
||||
|
Reference in New Issue
Block a user