shantanu_gadgil
4th November 2002 05:58 UTC
how to modify LicenseText, etc :(
I've download the nightly build a few days ago with the "modified and updated" macro system.
How to modify the LicenseText (License Agreement), the text below it (Please review...), button-text "I Agree",etc.
I want to change it because sometimes the text might be just some "General Information" and not any license agreement !
- Shantanu
Lion King
4th November 2002 07:11 UTC
edit \Contrib\Language files\English.nlf and \Contrib\Modern UI\Language files\English.nsh
Jacob Metro
4th November 2002 15:51 UTC
License TEXT
License Text in the new build, comes from license.txt. You can edit license.txt, save it, and recompile yourapp. Then only the edited license will show up.
jacob
kichik
4th November 2002 15:55 UTC
That's not true. The example takes LicenseData from license.txt. You can just change the line to something else. He was talking about LicenseText anyway.
Jacob Metro
4th November 2002 19:25 UTC
Sorry
Sorry,
Yes to change LicenseText;
LicenseText /Lang=1033 'General Information/License Agreement' generalinfo.txt (substitute for licdata.txt)
thanks for setting me straight
jacob
Joost Verburg
9th November 2002 19:20 UTC
Using Modern UI 1.5, you can customize langauge strings without editing the language files.
Have a look at the Modern UI Readme for more info.