In the wx.LogXXX function wrappers double all % characters so the log
function won't try to do parameter substitutions. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -300,9 +300,9 @@ wxLogVerbose = wx._misc.LogVerbose
|
||||
wxLogStatus = wx._misc.LogStatus
|
||||
wxLogStatusFrame = wx._misc.LogStatusFrame
|
||||
wxLogSysError = wx._misc.LogSysError
|
||||
wxLogTrace = wx._misc.LogTrace
|
||||
wxLogTrace = wx._misc.LogTrace
|
||||
wxLogGeneric = wx._misc.LogGeneric
|
||||
wxLogTrace = wx._misc.LogTrace
|
||||
wxLogTrace = wx._misc.LogTrace
|
||||
wxSafeShowMessage = wx._misc.SafeShowMessage
|
||||
wxLogNull = wx._misc.LogNull
|
||||
wxLogNullPtr = wx._misc.LogNullPtr
|
||||
|
Reference in New Issue
Block a user