summaryrefslogtreecommitdiff
path: root/common/project.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.cpp')
-rw-r--r--common/project.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/project.cpp b/common/project.cpp
index 2b070ab..06efabe 100644
--- a/common/project.cpp
+++ b/common/project.cpp
@@ -289,7 +289,10 @@ bool Project::Initialize(int argc, char *argv[], char* binpath, char* libpath)
if (!loaded)
{
#ifdef LC_WINDOWS
- SystemDoMessageBox("Cannot load piece library.", LC_MB_OK|LC_MB_ICONERROR);
+ // let's hope this message helps the users
+ SystemDoMessageBox("Cannot load piece library.\n"
+ "Make sure that you have the PIECES.IDX file in the same "
+ "folder where you installed the program.", LC_MB_OK|LC_MB_ICONERROR);
#else
printf("Cannot load piece library !\n");
#endif