mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2018-11-30 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.REPORT_EDITOR_PATH' field to the database. * Incremented the database version to 302. * Added a 'Report Editor' control to the 'Edit Host' dialog in rdadmin(1). * Modified the report generator to use the editor specified in the 'Report Editor' control rather than than the value of the $VISUAL environmental variable.
This commit is contained in:
@@ -90,8 +90,10 @@ class EditStation : public QDialog
|
||||
QComboBox *station_default_name_edit;
|
||||
QLabel *station_address_label;
|
||||
QLineEdit *station_address_edit;
|
||||
QLabel *station_editor_cmd_label;
|
||||
QLineEdit *station_editor_cmd_edit;
|
||||
QLabel *station_audio_editor_label;
|
||||
QLineEdit *station_audio_editor_edit;
|
||||
QLabel *station_report_editor_label;
|
||||
QLineEdit *station_report_editor_edit;
|
||||
QLabel *station_timeoffset_label;
|
||||
QSpinBox *station_timeoffset_box;
|
||||
QLabel *station_startup_cart_label;
|
||||
|
||||
Reference in New Issue
Block a user