Update OptionsForce.cpp
This commit is contained in:
parent
9360fd5ee7
commit
33840542c1
|
@ -250,7 +250,7 @@ void COptionsWindow::OnBreakoutProg()
|
|||
OnForcedChanged();
|
||||
}
|
||||
|
||||
void COptionsWindow::OnForceBrowse()
|
||||
void COptionsWindow::OnForceBrowseProg()
|
||||
{
|
||||
QString Value = QFileDialog::getOpenFileName(this, tr("Select Executable File"), "", tr("Executable Files (*.exe)"));
|
||||
if (Value.isEmpty())
|
||||
|
|
Loading…
Reference in New Issue