Use correct VFO A/B labels.

Fixes control issues with Kenwood TS-2000X.
This commit is contained in:
Stefan Lobas 2016-06-14 22:11:25 +02:00 committed by Alexandru Csete
parent 232979946a
commit aa23c85e01

View file

@ -1386,11 +1386,11 @@ static gboolean setup_split(GtkRigCtrl * ctrl)
switch (ctrl->conf->vfoUp)
{
case VFO_A:
buff = g_strdup("S 1 A\x0a");
buff = g_strdup("S 1 VFOA\x0a");
break;
case VFO_B:
buff = g_strdup("S 1 B\x0a");
buff = g_strdup("S 1 VFOB\x0a");
break;
case VFO_MAIN: