1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3115

Diadlo (1):
      fix(title): Change title on initial startup on "Add friend"
This commit is contained in:
sudden6 2016-04-11 13:05:03 +02:00
commit 9e4adf77b6
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -634,7 +634,7 @@ void Widget::onSeparateWindowChanged(bool separate, bool clicked)
setMinimumWidth(775);
onSettingsClicked();
onAddClicked();
}
else
{
@ -2168,7 +2168,7 @@ void Widget::retranslateUi()
actionQuit->setText(tr("Exit", "Tray action menu to exit tox"));
if (!Settings::getInstance().getSeparateWindow())
setWindowTitle(fromDialogType(SettingDialog));
setWindowTitle(fromDialogType(AddDialog));
friendRequestsUpdate();
groupInvitesUpdate();