2020-02-07 Fred Gleason <fredg@paravelsystems.com>

* Changed the default character encoding for podcasts from
	'ISO-8859-1' to 'UTF-8'.
This commit is contained in:
Fred Gleason
2020-02-07 17:13:52 -05:00
parent eff674896c
commit 940e7ec24b
3 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
//
// Add a Rivendell RSS Feed
//
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -38,8 +38,6 @@
AddFeed::AddFeed(unsigned *id,QString *keyname,QWidget *parent)
: RDDialog(parent)
{
setModal(true);
feed_keyname=keyname;
feed_id=id;