Qt: Remove Dolphin prefix from NetPlay window titles

This makes the NetPlay window titles consistent with other window titles in Dolphin.
This commit is contained in:
8times9
2018-06-05 20:50:17 -05:00
parent 0dfd0cfa24
commit 70b7e852f8
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ NetPlayDialog::NetPlayDialog(QWidget* parent)
{
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
setWindowTitle(tr("Dolphin NetPlay"));
setWindowTitle(tr("NetPlay"));
m_pad_mapping = new PadMappingDialog(this);
m_md5_dialog = new MD5Dialog(this);