fix deprecated warning in VC++

This commit is contained in:
spacy51 2007-12-15 11:19:31 +00:00
parent c92a8025ac
commit 17cce99d83
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ BOOL SelectPlugin::OnInitDialog()
for (int ii = 0; ii < rpiPool.size(); ii++) for (int ii = 0; ii < rpiPool.size(); ii++)
{ {
if (stricmp(theApp.pluginName, rpiPool[ii].sFile) == 0) if (_stricmp(theApp.pluginName, rpiPool[ii].sFile) == 0)
{ {
m_comboPlugin.SetCurSel(ii); m_comboPlugin.SetCurSel(ii);
break; break;