mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Qt/InterfacePane: Rename In-Game to Render Window
This commit is contained in:
parent
d3c4d278e2
commit
ba3b59fd18
@ -162,7 +162,7 @@ void InterfacePane::CreateUI()
|
||||
|
||||
void InterfacePane::CreateInGame()
|
||||
{
|
||||
auto* groupbox = new QGroupBox(tr("In-Game"));
|
||||
auto* groupbox = new QGroupBox(tr("Render Window"));
|
||||
auto* groupbox_layout = new QVBoxLayout;
|
||||
groupbox->setLayout(groupbox_layout);
|
||||
m_main_layout->addWidget(groupbox);
|
||||
|
Loading…
Reference in New Issue
Block a user