зеркало из https://github.com/mozilla/pjs.git
Fixed problem with Open Page dialog not loading URL
This commit is contained in:
Родитель
41d9307d49
Коммит
c829094207
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче