diff --git a/bazaar/OpenCV_demo/main.cpp b/bazaar/OpenCV_demo/main.cpp index 8e109369e..39954d51b 100644 --- a/bazaar/OpenCV_demo/main.cpp +++ b/bazaar/OpenCV_demo/main.cpp @@ -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);