ENGINES: Use proper domain when creating backend options widget
_domain is empty as per comment above the function
This commit is contained in:
parent
61aebc613d
commit
3e45004487
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ ConfigDialog::ConfigDialog() :
|
|||
//
|
||||
int backendTabId = tab->addTab(_("Backend"), "GlobalConfig_Backend", false);
|
||||
|
||||
_backendOptions = g_system->buildBackendOptionsWidget(tab, "GlobalConfig_Backend.Container", _domain);
|
||||
_backendOptions = g_system->buildBackendOptionsWidget(tab, "GlobalConfig_Backend.Container", gameDomain);
|
||||
|
||||
if (_backendOptions) {
|
||||
_backendOptions->setParentDialog(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue