r=jeffreyj, sr=blizzard (platform specific code), a=asa
OS/2 only - save mime types in INI file so we don't keep popping up box


git-svn-id: svn://10.0.0.236/trunk@134997 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2002-12-09 19:57:27 +00:00
parent e1988f81ca
commit cbddd03c11
4 changed files with 8 additions and 29 deletions

View File

@@ -227,7 +227,7 @@ BOOL CPlugin::init(HWND hWndParent)
WinShowWindow(m_hWnd, TRUE);
}
// if(IsNewMimeType((PSZ)m_pNPMIMEType) || m_bHidden)
if(IsNewMimeType((PSZ)m_pNPMIMEType) || m_bHidden)
showGetPluginDialog();
return TRUE;