mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-09-30 Fred Gleason <fredg@paravelsystems.com>
* Changed the 'FEEDS.CHANNEL_LANGUAGE' database field from 'varchar(5)' to' 'varchar(8)'. * Incremented the database version to 338. * Increased the 5 character length limitation of the 'Channel Language' field for podcasts to 8. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -193,7 +193,7 @@ EditFeed::EditFeed(const QString &feed,QWidget *parent)
|
||||
// Channel Language
|
||||
//
|
||||
feed_channel_language_edit=new QLineEdit(this);
|
||||
feed_channel_language_edit->setMaxLength(5);
|
||||
feed_channel_language_edit->setMaxLength(8);
|
||||
feed_channel_language_label=
|
||||
new QLabel(feed_channel_language_edit,tr("Language:"),this);
|
||||
feed_channel_language_label->setFont(labelFont());
|
||||
|
Reference in New Issue
Block a user