1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

lnxLib.tmpl: remove bogus '#define NoMessageCatalog'

It is amazing what mayhem can be caused by a bad define :)

The reason most of the CDE programs were not actually using their
localized catalogs was because their use was being disabled by this
line.

Certain programs like dtwm and dthelp/libDtHelp did their own
localization handling and did not use the results of this define.
This is why they worked properly, and most everything else did not :)
This commit is contained in:
Jon Trulson 2012-08-02 19:16:04 -06:00
parent 344998b405
commit 6e4c5a5cde

View file

@ -42,4 +42,3 @@ XMULIB = -lXmu $(XLIB)
# define SharedCsaReqs -lXt
#endif
#define NoMessageCatalog