From a1f9b5df16274c3aa8fd389d330902fbe701b6b2 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Tue, 6 Jan 2015 19:30:40 -0500 Subject: [PATCH] Add version and credit --- src/AppFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppFrame.cpp b/src/AppFrame.cpp index a99281e..bd977eb 100644 --- a/src/AppFrame.cpp +++ b/src/AppFrame.cpp @@ -32,7 +32,7 @@ EVT_IDLE(AppFrame::OnIdle) wxEND_EVENT_TABLE() AppFrame::AppFrame() : - wxFrame(NULL, wxID_ANY, wxT("CubicSDR")), activeDemodulator(NULL) { + wxFrame(NULL, wxID_ANY, wxT("CubicSDR v0.1a by Charles J. Cliffe (@ccliffe)")), activeDemodulator(NULL) { wxBoxSizer *vbox = new wxBoxSizer(wxVERTICAL); wxBoxSizer *demodOpts = new wxBoxSizer(wxVERTICAL);