mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user