Kai-Uwe Behrmann wrote: > ... > Is it proper to say creating the _() entries in the above static > Fl_Menu_Item array is invalid?
No, what you need to do is point _() to a function that does the setlocale() the first time around, and then returns the gettext() value. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Publishing Software http://www.easysw.com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

