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) git-svn-id: svn://10.0.0.236/trunk@102719 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -143,8 +143,11 @@ BOOL CInterpret::BrowseFile(WIDGET *curWidget)
|
||||
// if ((fullFileName.Right(fileLength - dotPlace -1) == fileExt) && (tmpWidget && (CEdit*)tmpWidget->control))
|
||||
if (tmpWidget && (CEdit*)tmpWidget->control)
|
||||
{
|
||||
tmpWidget->value = fullFileName;
|
||||
tmpWidget->display = GetTrimFile(fullFileName);
|
||||
tmpWidget->value = fullFileName;
|
||||
if (tmpWidget->name == "LinuxPath")
|
||||
tmpWidget->display = fullFileName;
|
||||
else
|
||||
tmpWidget->display = GetTrimFile(fullFileName);
|
||||
}
|
||||
}
|
||||
((CEdit*)tmpWidget->control)->SetWindowText(tmpWidget->display);
|
||||
|
||||
Reference in New Issue
Block a user