TRK: Changed strings.

Using "TRK" when referring to the protocol, "App TRK" when referring to the program on the device.

Reviewed-by: Oswald Buddenhagen
This commit is contained in:
Robert Loehning
2009-10-29 14:18:49 +01:00
parent 6e154b3055
commit 64e2519915
7 changed files with 17 additions and 17 deletions

View File

@@ -98,8 +98,8 @@ QString Session::deviceDescription(unsigned verbose) const
if (fpTypeSize)
str << ", float size: " << fpTypeSize;
}
str << ", Trk: v" << trkAppVersion.trkMajor << '.' << trkAppVersion.trkMinor
<< " Protocol: v" << trkAppVersion.protocolMajor << '.' << trkAppVersion.protocolMinor;
str << ", App TRK: v" << trkAppVersion.trkMajor << '.' << trkAppVersion.trkMinor
<< " TRK protocol: v" << trkAppVersion.protocolMajor << '.' << trkAppVersion.protocolMinor;
}
return msg;
}