1
0
Fork 0
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:
Dominik Riebeling 2007-06-23 16:11:22 +00:00
parent 8b27d2cfd2
commit c8899d775f

View file

@ -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)
{