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

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

diff --git a/fdmdv2/dlg_about.cpp b/fdmdv2/dlg_about.cpp
new file mode 100644 (file)
index 0000000..b9e77a3
--- /dev/null
@@ -0,0 +1,21 @@
+//==========================================================================\r
+// Name:            dlg_about.h
+//
+// Purpose:         Creates simple wxWidgets dialog GUI for the
+//                  help/about page.
+//
+// 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
+#include "dlg_about.h"\r
+\r
+AboutDlg::AboutDlg( wxWindow* parent ) : DlgAbout( parent )\r
+{\r
+}\r
+\r
+void AboutDlg::OnInitDialog( wxInitDialogEvent& event )\r
+{\r
+// TODO: Implement OnInitDialog\r
+}\r