| 4 | #include "AboutDialog.h" |
| 5 | |
| 6 | AboutDialog::AboutDialog( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) |
| 7 | : AboutDialogBase(parent, id, title, pos, size, style) { |
| 8 | m_appName->SetLabelText(CUBICSDR_INSTALL_NAME " v" CUBICSDR_VERSION); |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected