Grygoriy wrote: > This array itself is created before main function executed, therefore > before proper locale is set. Thus gettext returns original messages, > not translated ones, and all menus in choices left untranslated. > > Solution is to add it not like a static class member but local static > object in window constructor, just before it gets used. It still be > created once, as a static object, but not before main function. I > tried to modify generated code this way, it works. > > Should I post this to your 'bugs&features'?
Yes, that sounds like a good idea. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

