From 31a1d493ed4ca5d263244a8a3231111a58bdc5c4 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 24 Aug 2000 21:24:42 +0000 Subject: Updated the Windows version with the new Minifig Wizard. Fixed some OpenGL problems on the Windows version. git-svn-id: http://svn.leocad.org/trunk@106 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/project.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common/project.cpp') 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 -- cgit v1.2.3