summaryrefslogtreecommitdiff
path: root/LiteEditor/buildsettingstab.h
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2010-11-03 21:10:04 +0100
committerAlessio Treglia <alessio@debian.org>2010-11-03 21:10:04 +0100
commita00e9147b0128de0375a207b4f81494e7a0681d4 (patch)
tree0fe74d41b0ec7a0e404af68ae4d632a4c667e628 /LiteEditor/buildsettingstab.h
parentfd64e0ed90e44f7f1976a04e15354789c9abd9d1 (diff)
Imported Upstream version 2.8.0.4537~dfsg
Diffstat (limited to 'LiteEditor/buildsettingstab.h')
-rw-r--r--LiteEditor/buildsettingstab.h53
1 files changed, 27 insertions, 26 deletions
diff --git a/LiteEditor/buildsettingstab.h b/LiteEditor/buildsettingstab.h
index a056366e..b7eeafc2 100644
--- a/LiteEditor/buildsettingstab.h
+++ b/LiteEditor/buildsettingstab.h
@@ -1,27 +1,27 @@
-//////////////////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////////////////
-//
-// copyright : (C) 2008 by Eran Ifrah
-// file name : buildsettingstab.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 : buildsettingstab.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.
+//
+//////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
#ifndef __buildsettingstab__
#define __buildsettingstab__
@@ -31,14 +31,15 @@ Subclass of BuildTabSettingsBase, which is generated by wxFormBuilder.
*/
#include "buildsettingstabbase.h"
-
+
/** Implementing BuildTabSettingsBase */
class BuildTabSetting : public BuildTabSettingsBase
{
public:
/** Constructor */
- BuildTabSetting( wxWindow* parent );
+ BuildTabSetting( wxWindow* parent );
void Save();
+ void OnNotifyUI(wxUpdateUIEvent& event);
};
#endif // __buildsettingstab__