mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2022-09-01 Fred Gleason <fredg@paravelsystems.com>
* Added CD-Text support to rdlibrary(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Edit an RDLibrary Configuration
|
||||
//
|
||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2022 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
|
||||
@@ -211,7 +211,7 @@ EditRDLibrary::EditRDLibrary(RDStation *station,RDStation *cae_station,
|
||||
lib_mb_server_edit=new QLineEdit(this);
|
||||
lib_mb_server_edit->setGeometry(190,278,160,19);
|
||||
lib_mb_server_edit->setValidator(validator);
|
||||
lib_cd_server_label=new QLabel(tr("FreeDB Server:"),this);
|
||||
lib_cd_server_label=new QLabel(tr("CDDB Server:"),this);
|
||||
lib_cd_server_label->setFont(labelFont());
|
||||
lib_cd_server_label->setGeometry(25,278,160,19);
|
||||
lib_cd_server_label->
|
||||
@@ -493,7 +493,7 @@ void EditRDLibrary::cdServerTypeData(int n)
|
||||
|
||||
case RDLibraryConf::CddbType:
|
||||
lib_cd_server_label->setEnabled(true);
|
||||
lib_cd_server_label->setText(tr("FreeDB Server")+":");
|
||||
lib_cd_server_label->setText(tr("CDDB Server")+":");
|
||||
lib_cddb_server_edit->setEnabled(true);
|
||||
lib_cddb_server_edit->show();
|
||||
lib_mb_server_edit->hide();
|
||||
|
Reference in New Issue
Block a user