mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 08:40:12 +01:00
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
* Replaced hard-coded date/time formats with standard formats in all reports and GUI modules. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2466,7 +2466,7 @@ void MainObject::ResolveErrorWildcards(CatchEvent *event,
|
||||
rml->replace("%d",event->description());
|
||||
rml->replace("%e",err_desc); // Error Description
|
||||
rml->replace("%i",QString().sprintf("%u",event->id()));
|
||||
rml->replace("%t",event->startTime().toString("hh:mm:ss"));
|
||||
rml->replace("%t",rda->timeString(event->startTime()));
|
||||
rml->replace("%y",RDRecording::typeString(event->type()));
|
||||
switch(event->type()) {
|
||||
case RDRecording::Recording:
|
||||
|
||||
Reference in New Issue
Block a user