Better image panel for custom header option

This commit is contained in:
Charles J. Cliffe
2016-11-01 22:29:58 -04:00
parent 979e5b709c
commit f0d829b6b3
6 changed files with 91 additions and 11 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();