зеркало из https://github.com/mozilla/gecko-dev.git
Add .scr to list of "executable" extensions. Wallpaper for bug 191460,
r=biesi, sr=darin, a=chofmann.
This commit is contained in:
Родитель
cc9706493f
Коммит
8935698b6f
|
@ -1866,6 +1866,7 @@ nsLocalFile::IsExecutable(PRBool *_retval)
|
|||
".reg",
|
||||
".wsf",
|
||||
".hta",
|
||||
".scr",
|
||||
0 };
|
||||
for ( int i = 0; executableExts[i]; i++ ) {
|
||||
if ( ::strcmp( executableExts[i], ext ) == 0 ) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче