mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user