Patch #821454
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// File: app.cpp
|
// File: stctest.cpp
|
||||||
// Purpose: STC test application
|
// Purpose: STC test application
|
||||||
// Maintainer: Otto Wyss
|
// Maintainer: Otto Wyss
|
||||||
// Created: 2003-09-01
|
// Created: 2003-09-01
|
||||||
@@ -378,8 +378,10 @@ void AppFrame::OnFileClose (wxCommandEvent &WXUNUSED(event)) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Destroy();
|
|
||||||
}
|
}
|
||||||
|
m_edit->SetFilename (wxEmptyString);
|
||||||
|
m_edit->ClearAll();
|
||||||
|
m_edit->SetSavePoint();
|
||||||
}
|
}
|
||||||
|
|
||||||
// properties event handlers
|
// properties event handlers
|
||||||
|
Reference in New Issue
Block a user