зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bugscape bug 14706: Additional Components not being picked up
in certain cases (r=mitchf)
This commit is contained in:
Родитель
31c319d3f3
Коммит
e1cfdafdae
|
@ -145,7 +145,7 @@ BOOL CInterpret::BrowseFile(WIDGET *curWidget)
|
|||
if (tmpWidget && (CEdit*)tmpWidget->control)
|
||||
{
|
||||
tmpWidget->value = fullFileName;
|
||||
if (tmpWidget->name == "BlobinstallerPath")
|
||||
if (tmpWidget->type == "EditBox")
|
||||
tmpWidget->display = fullFileName;
|
||||
else
|
||||
tmpWidget->display = GetTrimFile(fullFileName);
|
||||
|
|
Загрузка…
Ссылка в новой задаче