mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
instant: change warning message to fatal message, since it is.
This commit is contained in:
parent
a933d4b600
commit
7604468ca1
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ if ((_DtLcxOpenAllDbs(&myDb) != 0)) {
|
||||||
ret = _DtXlateGetXlateEnv(myDb,myPlatform,&execVer,&compVer);
|
ret = _DtXlateGetXlateEnv(myDb,myPlatform,&execVer,&compVer);
|
||||||
if (ret != 0) {
|
if (ret != 0) {
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Warning: could not open locale translation database. %d\n", ret);
|
"Fatal: could not open locale translation database. %d\n", ret);
|
||||||
|
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue