Hello,

In FLUID (1.1.9): 
I select in "Edit -> Project Settings -> Internationalization" for "Use"
e.g. "GNU gettext" and I clear the "#include" field (FLUID shall not
generate any include directive at this point). The "Settings" window can be
closed without trouble and FLUID creates a .cxx file as expected. But when
the .fl file is opened a next time in FLUID, the empty field has been
filled out with the string "i18n_function" and the next generated .cxx file
contains thereby the wrong include directive

        #include "i18n_function"

producing a compile error.

I.e. the FLUID *loader* seems to fill out the internationalization
fields "#include" and "Function" with dummy strings if they are empty.
Is this a bug or a feature?

Regards
Hartmut
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to