.OpenCV_demo: Detail in message

git-svn-id: svn://ultimatepp.org/upp/trunk@3484 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2011-06-02 19:44:04 +00:00
parent 356dc9408a
commit bdce4e87e4

View file

@ -40,7 +40,7 @@ GUI_APP_MAIN
String fileName = AppendFileName(GetDesktopFolder(), "building.jpg");
if (!FileExists(fileName)) {
Exclamation("Please set " + DeQtf(fileName));
Exclamation("File building.jpg not found. Please check source");
return;
}
img.image.Set(fileName);