mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 22:30:13 +01:00
2023-01-16 Fred Gleason <fredg@paravelsystems.com>
* Added a check in rddbconfig(8) for the existence of a host entry for the local host, along with an offer to create such an entry if it does not exist. * Added an '--add-host-entry' option to rdadmin(1). * Added a rdadmin(1) man page. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -92,6 +92,12 @@ AddStation::AddStation(QString *stationname,QWidget *parent)
|
||||
cancel_button->setText(tr("Cancel"));
|
||||
connect(cancel_button,SIGNAL(clicked()),this,SLOT(cancelData()));
|
||||
|
||||
//
|
||||
// Set Default Station Name
|
||||
//
|
||||
add_name_edit->setText(*stationname);
|
||||
add_name_edit->setReadOnly(!stationname->isEmpty());
|
||||
|
||||
//
|
||||
// Fill Exemplar List
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user