From: wittend99 Date: Sun, 13 May 2012 15:25:24 +0000 (+0000) Subject: help>About Dialog. X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=13919ba8a430d06cf45cc0c2c817aa4842d7d482;p=freetel-svn-tracking.git help>About Dialog. git-svn-id: https://svn.code.sf.net/p/freetel/code@423 01035d8c-6547-0410-b346-abe4f91aad63 --- 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 +}