Archive: how to modify LicenseText, etc :(


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


edit \Contrib\Language files\English.nlf and \Contrib\Modern UI\Language files\English.nsh


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


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.


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


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.