1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

instant: change warning message to fatal message, since it is.

This commit is contained in:
Jon Trulson 2012-07-13 22:26:02 -06:00
parent a933d4b600
commit 7604468ca1

View file

@ -145,7 +145,7 @@ if ((_DtLcxOpenAllDbs(&myDb) != 0)) {
ret = _DtXlateGetXlateEnv(myDb,myPlatform,&execVer,&compVer);
if (ret != 0) {
fprintf(stderr,
"Warning: could not open locale translation database. %d\n", ret);
"Fatal: could not open locale translation database. %d\n", ret);
exit(1);
}