Fix flip-flopping config path conflict when using alternate build name.

This commit is contained in:
Charles J. Cliffe 2017-03-21 19:30:36 -04:00
parent ec10f2523e
commit 1529fe3306
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ bool CubicSDR::OnInit() {
#endif
wxApp::SetAppName("CubicSDR");
wxApp::SetAppName(CUBICSDR_INSTALL_NAME);
#ifdef USE_HAMLIB
t_Rig = nullptr;