help>About Header
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 13 May 2012 15:26:11 +0000 (15:26 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 13 May 2012 15:26:11 +0000 (15:26 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@424 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/dlg_about.h [new file with mode: 0644]

diff --git a/fdmdv2/dlg_about.h b/fdmdv2/dlg_about.h
new file mode 100644 (file)
index 0000000..d434ea3
--- /dev/null
@@ -0,0 +1,29 @@
+//==========================================================================\r
+// Name:            dlg_about.h\r
+//\r
+// Purpose:         Subclasses dialog GUI for Help/About.\r
+//                 (DlgAbout from topFrame.h)\r
+//\r
+// Date:            May 05 2012\r
+// Initial author:  David Witten\r
+// License:         BSD License (other licenses may apply to other\r
+//                  components of this project)\r
+//==========================================================================\r
+#ifndef __ABOUT_DIALOG__\r
+#define __ABOUT_DIALOG__\r
+\r
+#include "topFrame.h"\r
+\r
+class AboutDlg : public DlgAbout\r
+{\r
+    protected:\r
+        // Handlers for DlgAbout events.\r
+        void OnInitDialog( wxInitDialogEvent& event );\r
+\r
+    public:\r
+        /** Constructor */\r
+        AboutDlg( wxWindow* parent );\r
+\r
+};\r
+\r
+#endif // __ABOUT_DIALOG__\r