Skip to content

Commit

Permalink
browser parameters now work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Skilbeck committed Jul 18, 2013
1 parent f2174d0 commit ccbce08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SearchClip/LaunchBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ void UpdateOptionsDialogText(HWND dlg)
HWND searchEdit = GetDlgItem(dlg, IDC_EDIT_SEARCHENGINEFORMAT);
SetDlgItemText(dlg, IDC_EDIT_SEARCHENGINEFORMAT, SearchEngine::GetCurrent().FormatString().c_str());
SetDlgItemText(dlg, IDC_STATIC_BROWSERPATH, Browser::GetCurrent().ExecutableFilename().c_str());
SetDlgItemText(dlg, IDC_EDIT_BROWSERPARAMETERS, Browser::GetCurrent().CommandLine().c_str());
Edit_SetReadOnly(searchEdit, !SearchEngine::GetCurrent().IsCustom());
}

Expand Down

0 comments on commit ccbce08

Please sign in to comment.