summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
9e55f38)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61384
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// handle extra data which may be passed to us by wxLogXXX()
wxString prefix, suffix;
// handle extra data which may be passed to us by wxLogXXX()
wxString prefix, suffix;
if ( info.GetNumValue(wxLOG_KEY_SYS_ERROR_CODE, &num) )
{
long err = static_cast<long>(num);
if ( info.GetNumValue(wxLOG_KEY_SYS_ERROR_CODE, &num) )
{
long err = static_cast<long>(num);
wxFrame *pFrame = NULL;
// check if the frame was passed to us explicitly
wxFrame *pFrame = NULL;
// check if the frame was passed to us explicitly
if ( info.GetNumValue(wxLOG_KEY_FRAME, &ptr) )
{
pFrame = static_cast<wxFrame *>(wxUIntToPtr(ptr));
if ( info.GetNumValue(wxLOG_KEY_FRAME, &ptr) )
{
pFrame = static_cast<wxFrame *>(wxUIntToPtr(ptr));