зеркало из https://github.com/mozilla/gecko-dev.git
removing the imposition of using only fixed extensions while choosing files
This commit is contained in:
Родитель
ec46ab6e2a
Коммит
9f0327cb29
|
@ -139,7 +139,8 @@ BOOL CInterpret::BrowseFile(WIDGET *curWidget)
|
|||
if (fileDlg.GetPathName() != "")
|
||||
{
|
||||
fullFileName = fileDlg.GetPathName();
|
||||
if ((fullFileName.Right(fileLength - dotPlace -1) == fileExt) && (tmpWidget && (CEdit*)tmpWidget->control))
|
||||
// if ((fullFileName.Right(fileLength - dotPlace -1) == fileExt) && (tmpWidget && (CEdit*)tmpWidget->control))
|
||||
if (tmpWidget && (CEdit*)tmpWidget->control)
|
||||
((CEdit*)tmpWidget->control)->SetWindowText(fullFileName);
|
||||
}
|
||||
return TRUE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче