Skip to content

Commit f7c75a7

Browse files
committed
Small typo fix
1 parent 94bfb9d commit f7c75a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Core/DolphinQt/Settings/PathPane.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void PathPane::BrowseLauncher()
9393
this, tr("Select Lanucher Path"), QString::fromStdString(Config::Get(Config::MAIN_LAUNCHER_PATH))));
9494
if (!dir.isEmpty())
9595
{
96-
m_load_edit->setText(dir);
96+
m_launcher_edit->setText(dir);
9797
Config::SetBase(Config::MAIN_LAUNCHER_PATH, dir.toStdString());
9898
}
9999
}

0 commit comments

Comments
 (0)