From 13919ba8a430d06cf45cc0c2c817aa4842d7d482 Mon Sep 17 00:00:00 2001 From: wittend99 Date: Sun, 13 May 2012 15:25:24 +0000 Subject: [PATCH] help>About Dialog. git-svn-id: https://svn.code.sf.net/p/freetel/code@423 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/dlg_about.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 fdmdv2/dlg_about.cpp diff --git a/fdmdv2/dlg_about.cpp b/fdmdv2/dlg_about.cpp new file mode 100644 index 00000000..b9e77a31 --- /dev/null +++ b/fdmdv2/dlg_about.cpp @@ -0,0 +1,21 @@ +//========================================================================== +// Name: dlg_about.h +// +// Purpose: Creates simple wxWidgets dialog GUI for the +// help/about page. +// +// Date: May 05 2012 +// Initial author: David Witten +// License: BSD License (other licenses may apply to other +// components of this project) +//========================================================================== +#include "dlg_about.h" + +AboutDlg::AboutDlg( wxWindow* parent ) : DlgAbout( parent ) +{ +} + +void AboutDlg::OnInitDialog( wxInitDialogEvent& event ) +{ +// TODO: Implement OnInitDialog +} -- 2.25.1