r570: no message
[ctsim.git] / src / dialogs.h
index 726ea932c507957b7bd5d04c6631e3ce0029aece..2497562355365f6658ca533d7dfe6a82df08f467 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: dialogs.h,v 1.28 2001/02/21 20:13:03 kevin Exp $
+**  $Id: dialogs.h,v 1.29 2001/02/22 00:56:50 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -113,17 +113,19 @@ class DialogPreferences : public wxDialog
 {
  public:
     DialogPreferences (wxWindow* pParent, const char* const pszTitle, bool bAdvanced, bool bAskNewDocs,
-      bool bVerboseLogging);
+      bool bVerboseLogging, bool bStartupTips);
     virtual ~DialogPreferences ();
 
     bool getAdvancedOptions ();
     bool getAskDeleteNewDocs ();
     bool getVerboseLogging ();
+    bool getStartupTips ();
 
  private:
     wxCheckBox* m_pCBAdvancedOptions;
     wxCheckBox* m_pCBAskDeleteNewDocs;
     wxCheckBox* m_pCBVerboseLogging;
+    wxCheckBox* m_pCBStartupTips;
 };