Prev Previous Post   Next Post Next
Old 28th February 2004, 18:30   #1
shantanu_gadgil
Member
 
Join Date: Aug 2002
Location: Pune, India
Posts: 73
How to change the License page title and sub-title

Hi, I wanted (and managed after some effort ) to change the title texts on the license page...

"License Agreement" -- to --> "General Information" and the subtitle text
"Please review..." -- to --> "Read the general information and enjoy !!!".

I want to know if what I did is the right way to do it, or is there a better (correct ?) way of doing it ?

This is what I did...

in my script:
--- code ---
.
.
.
!define MUI_TEXT_LICENSE_TITLE "General Information"
!define MUI_TEXT_LICENSE_SUBTITLE "Read the general information and enjoy !!!"

;befor
!insertmacro MUI_LANGUAGE "English"
.
.
.
--- code ---

I did the following changes to the file "English.nsh"

--- code ---
.
.
.
!ifndef MUI_TEXT_LICENSE_TITLE <-- my change
!define MUI_TEXT_LICENSE_TITLE "License Agreement"
!endif <-- my change

!ifndef MUI_TEXT_LICENSE_SUBTITLE <-- my change
!define MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^NameDA)."
!endif <-- my change
.
.
.
---- code ---

shantanu_gadgil is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump