зеркало из https://github.com/mozilla/pjs.git
Fix for bug 83679: Ability to create customized Linux builds of N6.1+
Removing trimming of text for linux tar file edit field (r=tao)
This commit is contained in:
Родитель
efc4eb861f
Коммит
2ff930bdc2
|
@ -144,6 +144,9 @@ BOOL CInterpret::BrowseFile(WIDGET *curWidget)
|
|||
if (tmpWidget && (CEdit*)tmpWidget->control)
|
||||
{
|
||||
tmpWidget->value = fullFileName;
|
||||
if (tmpWidget->name == "LinuxPath")
|
||||
tmpWidget->display = fullFileName;
|
||||
else
|
||||
tmpWidget->display = GetTrimFile(fullFileName);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче