Merge pull request #460 from cjcliffe/develop

Develop
This commit is contained in:
Charles J. Cliffe
2016-11-03 20:37:05 -04:00
committed by GitHub
16 changed files with 393 additions and 84 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "CubicSDR.h"
SDRDevicesDialog::SDRDevicesDialog( wxWindow* parent ): devFrame( parent ) {
SDRDevicesDialog::SDRDevicesDialog( wxWindow* parent ): devFrame( parent, wxID_ANY, wxT(CUBICSDR_INSTALL_NAME " :: SDR Devices")) {
refresh = true;
failed = false;
m_refreshButton->Disable();