mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 22:30:13 +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:
@@ -100,7 +100,7 @@ void SvcRecDialog::deleteData()
|
||||
if(QMessageBox::question(this,tr("Delete Report Data"),
|
||||
tr("Are you sure you want to delete report data for")+
|
||||
" "+
|
||||
date_picker->date().toString("MM/dd/yyyy"),
|
||||
rda->shortDateString(date_picker->date()),
|
||||
QMessageBox::Yes,QMessageBox::No)!=
|
||||
QMessageBox::Yes) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user