mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-10 06:18:57 -05:00
Fix flip-flopping config path conflict when using alternate build name.
This commit is contained in:
parent
ec10f2523e
commit
1529fe3306
@ -247,7 +247,7 @@ bool CubicSDR::OnInit() {
|
||||
#endif
|
||||
|
||||
|
||||
wxApp::SetAppName("CubicSDR");
|
||||
wxApp::SetAppName(CUBICSDR_INSTALL_NAME);
|
||||
|
||||
#ifdef USE_HAMLIB
|
||||
t_Rig = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user