]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/treetest.cpp
check the week day for consistency in ParseFormat() (replaces patch 788052)
[wxWidgets.git] / samples / treectrl / treetest.cpp
index ab501de148a9b2a21f2d2cd09a2d8ee5e2af876f..034ef14ae73f2cceecd591a987554851d5370cf7 100644 (file)
@@ -1107,7 +1107,7 @@ void MyTreeCtrl::OnContextMenu(wxContextMenuEvent& event)
 {
     wxPoint pt = event.GetPosition();
     wxTreeItemId item = GetSelection();
-    wxLogMessage("OnContextMenu at screen coords (%i, %i)", pt.x, pt.y);
+    wxLogMessage(wxT("OnContextMenu at screen coords (%i, %i)"), pt.x, pt.y);
 
     //check if event was generated by keyboard (MSW-specific?)
     if (pt.x==-1 && pt.y==-1) //(this is how MSW indicates it)