mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fix for bugscape bug 14706: Additional Components not being picked up
in certain cases (r=mitchf)
This commit is contained in:
parent
31c319d3f3
commit
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);
|
||||
|
Loading…
Reference in New Issue
Block a user