Some updates (incomplete)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-14 09:04:36 +00:00
parent 74ee21fd66
commit 61775320c5
11 changed files with 1772 additions and 433 deletions

View File

@@ -99,12 +99,6 @@ protected:
/// The application directory.
wxString m_appDir;
/// Global print data, to remember settings during the session.
wxPrintData m_printData;
/// Global page setup data.
wxPageSetupDialogData m_pageSetupData;
/// Notebook window.
wxNotebook* m_notebookWindow;