This is a change to allow strings in your application that have been #defined. Currently, wxFB creates strings of the form wxT("some title") or _T("some title"), this option allows whatever's entered to be inserted raw into the C++ code generated such as a preprocessor definition MAIN_TITLE. This does mean that all strings must be specified in this way with this option or with the surrounding double quotes.
Any feedback on this method or whether you think it's appropriate to make it into the main wxFB code would be appreciated.
---
Neil
patch
Thanks very much for your patch Neil, but I don't like using Macros in general, and I don't think many would use this feature.
Feel free to continue this discussion if you disagree.