2023-01-16 Fred Gleason <fredg@paravelsystems.com>

* Refactored rddbconfig(8) so as to apply cursor styling
	consistently.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-01-16 19:30:47 -05:00
parent 0f07e7871e
commit 634b4b5bc9
6 changed files with 143 additions and 97 deletions

View File

@@ -577,6 +577,10 @@ QString RDCoreApplication::exitCodeText(RDCoreApplication::ExitCode code)
ret=tr("bad ticket");
break;
case RDCoreApplication::ExitNoStation:
ret=tr("no such host");
break;
case RDCoreApplication::ExitLast:
break;
}