Fixed problem with Open Page dialog not loading URL
git-svn-id: svn://10.0.0.236/trunk@12093 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
bff600bc3f
commit
1baf259552
@ -199,6 +199,7 @@ void CDialogURL::OnOK()
|
||||
if( bEdit ) {
|
||||
pComposerBox->GetWindowText(url_string);
|
||||
} else
|
||||
pNavBox->GetWindowText(url_string);
|
||||
#else
|
||||
if(pNavBox) {
|
||||
pNavBox->GetWindowText(url_string);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user