Index: trunk/BNC/src/bncgetthread.cpp
===================================================================
--- trunk/BNC/src/bncgetthread.cpp	(revision 7152)
+++ trunk/BNC/src/bncgetthread.cpp	(revision 7153)
@@ -796,4 +796,5 @@
         bool allFound = true;
         QString slot = decoder()->_gloFrq;
+        slot.replace("  "," ").replace(" ",":");
         if (_gloSlots.indexOf(slot) == -1) {
           _gloSlots.append(slot);
@@ -802,5 +803,5 @@
         if (!allFound) {
           _gloSlots.sort();
-          emit(newMessage(_staID + ": GLONASS slots "  + _gloSlots.join(" ").toAscii(), true));
+          emit(newMessage(_staID + ": GLONASS Slot:Freq "  + _gloSlots.join(" ").toAscii(), true));
         }
       }
