diff --git a/win/Qt/qt_glyph.cpp b/win/Qt/qt_glyph.cpp index 807b4dc7d..1585d9ca9 100644 --- a/win/Qt/qt_glyph.cpp +++ b/win/Qt/qt_glyph.cpp @@ -52,6 +52,7 @@ NetHackQtGlyphs::NetHackQtGlyphs() if (!img.load(tile_file)) { QString msg; msg.sprintf("Cannot load 'nhtiles.bmp' or 'x11tiles'."); + QMessageBox::warning(0, "IO Error", msg); iflags.wc_ascii_map = 1; iflags.wc_tiled_map = 0; } else {