From 1529fe33067d8deb737cf3049358f2f58b3f2837 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Tue, 21 Mar 2017 19:30:36 -0400 Subject: [PATCH] Fix flip-flopping config path conflict when using alternate build name. --- src/CubicSDR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CubicSDR.cpp b/src/CubicSDR.cpp index a2aa0e8..4e4931c 100644 --- a/src/CubicSDR.cpp +++ b/src/CubicSDR.cpp @@ -247,7 +247,7 @@ bool CubicSDR::OnInit() { #endif - wxApp::SetAppName("CubicSDR"); + wxApp::SetAppName(CUBICSDR_INSTALL_NAME); #ifdef USE_HAMLIB t_Rig = nullptr;