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 72a66650d0
commit b2dd2a85c4

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);
}
}
}