mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2023-06-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that would cause 'failed to load translation file' warnings to be sent to the Apache error log. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -57,7 +57,7 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
//
|
||||
// Open the Database/
|
||||
//
|
||||
rda=new RDApplication("RDCastManager","rdcastmanager",RDCASTMANAGER_USAGE,
|
||||
rda=new RDApplication("RDCastManager","rdcastmanager",RDCASTMANAGER_USAGE,true,
|
||||
this);
|
||||
if(!rda->open(&err_msg,NULL,true)) {
|
||||
QMessageBox::critical(this,"RDCastManager - "+tr("Error"),err_msg);
|
||||
|
Reference in New Issue
Block a user