summaryrefslogtreecommitdiff
path: root/LiteEditor/build_page.h
diff options
context:
space:
mode:
authorChow Loong Jin <hyperair@gmail.com>2010-02-13 02:46:33 +0800
committerChow Loong Jin <hyperair@gmail.com>2010-02-13 02:46:33 +0800
commitab5bf5023dc0f25091831e11fd68bcf33bbeb4c3 (patch)
tree5eba75d8e730a4333182f8532e76623e8357f6bf /LiteEditor/build_page.h
parent5ec7ea8b2ec3db0551071242c80c4ce575dfde47 (diff)
Imported Upstream version 2.2.0.3681
Diffstat (limited to 'LiteEditor/build_page.h')
-rw-r--r--LiteEditor/build_page.h53
1 files changed, 27 insertions, 26 deletions
diff --git a/LiteEditor/build_page.h b/LiteEditor/build_page.h
index a10ff5b5..ebf9111a 100644
--- a/LiteEditor/build_page.h
+++ b/LiteEditor/build_page.h
@@ -1,27 +1,27 @@
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-//
-// copyright : (C) 2008 by Eran Ifrah
-// file name : build_page.h
-//
-// -------------------------------------------------------------------------
-// A
-// _____ _ _ _ _
-// / __ \ | | | | (_) |
-// | / \/ ___ __| | ___| | _| |_ ___
-// | | / _ \ / _ |/ _ \ | | | __/ _ )
-// | \__/\ (_) | (_| | __/ |___| | || __/
-// \____/\___/ \__,_|\___\_____/_|\__\___|
-//
-// F i l e
-//
-// This program is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
+//
+// copyright : (C) 2008 by Eran Ifrah
+// file name : build_page.h
+//
+// -------------------------------------------------------------------------
+// A
+// _____ _ _ _ _
+// / __ \ | | | | (_) |
+// | / \/ ___ __| | ___| | _| |_ ___
+// | | / _ \ / _ |/ _ \ | | | __/ _ )
+// | \__/\ (_) | (_| | __/ |___| | || __/
+// \____/\___/ \__,_|\___\_____/_|\__\___|
+//
+// F i l e
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version May 5 2007)
// http://www.wxformbuilder.org/
@@ -51,7 +51,7 @@ private:
protected:
wxStaticText* m_staticText;
wxChoicebook* m_bookBuildSystems;
- wxCheckBox *m_fixOnStartup;
+ wxCheckBox *m_fixOnStartup;
wxCheckBox *m_useFullPaths;
void CustomInit();
@@ -69,12 +69,13 @@ class BuildSystemPage : public wxPanel {
wxTextCtrl* m_textBuildToolOptions;
wxString m_name;
wxStaticText* m_staticText19;
- wxComboBox* m_choiceJobs;
+ wxComboBox* m_choiceJobs;
public:
BuildSystemPage(wxWindow *parent, wxString name);
virtual ~BuildSystemPage(){}
void Save();
+ void SetSelected();
};
#endif //__build_page__