forked from len0rd/rockbox
if a proxy is set, pre-fill the proxy setting dialog with the old value.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13694 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8b27d2cfd2
commit
c8899d775f
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ void rbutilFrm::OnManualUpdate(wxUpdateUIEvent& event)
|
|||
void rbutilFrm::OnFileProxy(wxCommandEvent& event)
|
||||
{
|
||||
|
||||
wxTextEntryDialog proxydlg(this,wxT("Please enter your Proxy in the Format: URL:PORT"),wxT("Proxy Configuration"));
|
||||
wxTextEntryDialog proxydlg(this,wxT("Please enter your Proxy in the Format: URL:PORT"),wxT("Proxy Configuration"), gv->proxy_url);
|
||||
|
||||
if(proxydlg.ShowModal() == wxID_OK)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue