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:
cmanske%netscape.com 1998-10-06 21:45:33 +00:00
parent bff600bc3f
commit 1baf259552

View File

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