MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / AboutDialog

Method AboutDialog

src/forms/Dialog/AboutDialog.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "AboutDialog.h"
5
6AboutDialog::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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected