changed wxLog::OnLog(String) to take wxString instead of wxChar* to avoid unnecessary...
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 4 Jun 2007 10:04:05 +0000 (10:04 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 4 Jun 2007 10:04:05 +0000 (10:04 +0000)
commit5a20d2ced0a0779b5d8b1cc8064f8404b2727e92
tree3cff13a0cf37b5010deab9113a353c9c2b2e2c70
parentf8bcb37d996a475f39de36230770a808827e2a0f
changed wxLog::OnLog(String) to take wxString instead of wxChar* to avoid unnecessary conversions; added compatibility code so that user code overriding these with char* or wchar_t* argument continues to work

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/log.tex
include/wx/generic/logg.h
include/wx/log.h
src/common/log.cpp
src/generic/logg.cpp