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:
parent
344998b405
commit
6e4c5a5cde
|
|
@ -42,4 +42,3 @@ XMULIB = -lXmu $(XLIB)
|
|||
# define SharedCsaReqs -lXt
|
||||
#endif
|
||||
|
||||
#define NoMessageCatalog
|
||||
|
|
|
|||
Loading…
Reference in New Issue