mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-12 23:26:10 -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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
wxApp::SetAppName("CubicSDR");
|
wxApp::SetAppName(CUBICSDR_INSTALL_NAME);
|
||||||
|
|
||||||
#ifdef USE_HAMLIB
|
#ifdef USE_HAMLIB
|
||||||
t_Rig = nullptr;
|
t_Rig = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user