changed tab title to "Irc (beta)"

This commit is contained in:
fourtf 2019-09-18 11:15:49 +02:00
parent 07133166d9
commit 997a0598cd

View file

@ -189,7 +189,7 @@ SelectChannelDialog::SelectChannelDialog(QWidget *parent)
outerBox->addRow("Channel:", this->ui_.irc.channel = new QLineEdit); outerBox->addRow("Channel:", this->ui_.irc.channel = new QLineEdit);
auto tab = notebook->addPage(obj.getElement()); auto tab = notebook->addPage(obj.getElement());
tab->setCustomTitle("Irc"); tab->setCustomTitle("Irc (Beta)");
} }
layout->setStretchFactor(notebook.getElement(), 1); layout->setStretchFactor(notebook.getElement(), 1);