From 62df296a72e7a46cdf78f6219ada95bc95455c21 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 8 Mar 2016 17:41:35 +0000 Subject: [PATCH] Tweak to DVMega name on DMR. --- DMRIPSC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMRIPSC.cpp b/DMRIPSC.cpp index 70832b4..2eda3c8 100644 --- a/DMRIPSC.cpp +++ b/DMRIPSC.cpp @@ -437,7 +437,7 @@ bool CDMRIPSC::writeConfig() else if (!m_slot1 && m_slot2) slots = '2'; } else { - software = "MMDVM-DVMega"; + software = "MMDVM DVMega"; slots = '4'; }