mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2021-04-17 Fred Gleason <fredg@paravelsystems.com>
* Escaped all SQL identifiers in 'lib/'. * Replaced " with ' delimiters in all SQL literal strings in 'lib/'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -124,7 +124,7 @@ EditCast::EditCast(unsigned cast_id,QWidget *parent)
|
||||
cast_item_explicit_label->setFont(labelFont());
|
||||
cast_item_explicit_label->setAlignment(Qt::AlignLeft|Qt::AlignVCenter);
|
||||
|
||||
cast_item_image_box=new RDImagePickerBox("FEED_IMAGES","FEED_ID","ID",this);
|
||||
cast_item_image_box=new RDImagePickerBox("FEED_IMAGES","FEED_ID",this);
|
||||
cast_item_image_label=new QLabel(tr("Image")+":",this);
|
||||
cast_item_image_label->setFont(labelFont());
|
||||
cast_item_image_label->setAlignment(Qt::AlignRight|Qt::AlignVCenter);
|
||||
|
Reference in New Issue
Block a user