mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
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:
parent
0dfd0cfa24
commit
70b7e852f8
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue