git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// open file
// ---------
wxFile file;
// open file
// ---------
wxFile file;
if ( wxFile::Exists(szFileName) ) {
if ( wxFile::Exists(szFileName) ) {
wxString strMsg;
strMsg.Printf(_("Append log to file '%s' "
"(choosing [No] will overwrite it)?"), szFileName);
wxString strMsg;
strMsg.Printf(_("Append log to file '%s' "
"(choosing [No] will overwrite it)?"), szFileName);
m_pLogFrame = new wxLogFrame(strTitle);
}
m_pLogFrame = new wxLogFrame(strTitle);
}
-void wxLogWindow::Show(Bool bShow)
+void wxLogWindow::Show(bool bShow)
{
m_pLogFrame->Show(bShow);
}
{
m_pLogFrame->Show(bShow);
}