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:
Robin Dunn
2004-11-30 22:10:31 +00:00
parent 842215bbb7
commit 4e819f106b
3 changed files with 112 additions and 28 deletions

View File

@@ -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