mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-13 15:17:44 +02:00
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
* Changed the name of the 'List Log' dialog in rdcastmanager(1) to 'List Log Events'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
f0992ac144
commit
104b48cf56
@ -20230,3 +20230,6 @@
|
|||||||
rdcastmanager(1).
|
rdcastmanager(1).
|
||||||
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
|
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Documented the 'RDFontEngine::bigLabelFont()' method.
|
* Documented the 'RDFontEngine::bigLabelFont()' method.
|
||||||
|
2020-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Changed the name of the 'List Log' dialog in rdcastmanager(1)
|
||||||
|
to 'List Log Events'.
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
LogDialog::LogDialog(QWidget *parent)
|
LogDialog::LogDialog(QWidget *parent)
|
||||||
: RDDialog(parent)
|
: RDDialog(parent)
|
||||||
{
|
{
|
||||||
setWindowTitle("RDCastManager - "+tr("List Log"));
|
setWindowTitle("RDCastManager - "+tr("List Log Events"));
|
||||||
|
|
||||||
d_log_view=new QTableView(this);
|
d_log_view=new QTableView(this);
|
||||||
d_log_view->setSelectionBehavior(QAbstractItemView::SelectRows);
|
d_log_view->setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user