Changed: #902 tool projects build failed issue (patch provided by kuo)

This commit is contained in:
kervala 2010-05-14 18:44:41 +02:00
parent db80394679
commit 39e327c1b3

View file

@ -4291,7 +4291,7 @@ void CMainFrame::OnDropFiles(HDROP hDropInfo)
// Can be extended to support more file types
else
{
errorMessage("File not supported? %s", pFilename);
errorMessage("File not supported: %s", pFilename);
}
}
}