mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 21:58:37 -05:00
Merge pull request #528 from cjcliffe/feature/build_opts2
Fix flip-flopping config path conflict when using alternate build name.
This commit is contained in:
commit
8df7feda60
@ -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