View | Details | Raw Unified
Collapse All | Expand All

(-) gui/wxmain.cc.old (-2 / +2 lines)
 Lines 850-857    Link Here 
    debugCommandEvent = NULL;
    debugCommandEvent = NULL;
  } else {
  } else {
    // store this command in debugCommand for the future
    // store this command in debugCommand for the future
    wxLogDebug (wxT("storing debugger command '")) +
    wxLogDebug (wxString(wxT("storing debugger command '")) + 
      wxString(tmp, wxConvUTF8) + wxT("'"));
		wxString(tmp, wxConvUTF8) + wxT("'"));
    debugCommand = tmp;
    debugCommand = tmp;
  }
  }
}
}