Can I change the default text in the about dialog box? Overriding the AboutSetupMessage
doesn't seem to do anything:
[Messages]
AboutSetupMenuItem=&About MyApp...
AboutSetupTitle=About MyApp
AboutSetupMessage={#MyAppPublisher} version {#MyAppVersion}%n{#MyCopyright}%nhome page:%n{#MyAppURL}
Doesn't seem to matter if I edit the default.isl
or use a custom ISL either. The menu item and the title change, but not the message text.
Any ideas?