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:
parent
344998b405
commit
6e4c5a5cde
1 changed files with 0 additions and 1 deletions
|
@ -42,4 +42,3 @@ XMULIB = -lXmu $(XLIB)
|
|||
# define SharedCsaReqs -lXt
|
||||
#endif
|
||||
|
||||
#define NoMessageCatalog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue