This commit is contained in:
av%netscape.com 1999-07-03 00:07:46 +00:00
Родитель 2af90e005b
Коммит 844b044920
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -294,7 +294,7 @@ nsresult nsPluginFile::GetPluginInfo(nsPluginInfo& info)
if(::GetFileVersionInfo((char*)path, NULL, versionsize, verbuf))
{
info.fName = GetFileName(path);
info.fName = GetKeyValue(verbuf, "\\StringFileInfo\\040904E4\\ProductName");
info.fDescription = GetKeyValue(verbuf, "\\StringFileInfo\\040904E4\\FileDescription");
info.fMimeType = GetKeyValue(verbuf, "\\StringFileInfo\\040904E4\\MIMEType");

Просмотреть файл

@ -294,7 +294,7 @@ nsresult nsPluginFile::GetPluginInfo(nsPluginInfo& info)
if(::GetFileVersionInfo((char*)path, NULL, versionsize, verbuf))
{
info.fName = GetFileName(path);
info.fName = GetKeyValue(verbuf, "\\StringFileInfo\\040904E4\\ProductName");
info.fDescription = GetKeyValue(verbuf, "\\StringFileInfo\\040904E4\\FileDescription");
info.fMimeType = GetKeyValue(verbuf, "\\StringFileInfo\\040904E4\\MIMEType");