Old 23rd July 2004, 10:29   #1
dRaakje
Junior Member
 
Join Date: Oct 2003
Location: Netherlands
Posts: 23
Send a message via ICQ to dRaakje
Text on "Browse for Folder" dialog (MUI)

Hi,

I'm building an installer for a really picky customer. And he really wants the text which is displayed in the "Browse for Folder" dialog modified. You, know, the dialog you get when you press the "browse..." button in the directory page.

I couldn't find a define to do this, so can anyone tell me if it's possible without editing the language files?

Of was this text missed as a text that can be modified? If so will it be added?

Thanks!

Remco
dRaakje is offline   Reply With Quote
Old 23rd July 2004, 11:35   #2
pengyou
Major Dude
 
Join Date: Mar 2003
Posts: 571
Look in the NSIS User Manual: "4.8.1.13 DirText" explains how to change the text on the "Browse for Folder" dialog

http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1

So you could use something like this:
code:
DirText "" "" "" "Select the folder for XYZ"
!insertmacro MUI_PAGE_DIRECTORY

pengyou is offline   Reply With Quote
Old 23rd July 2004, 12:16   #3
dRaakje
Junior Member
 
Join Date: Oct 2003
Location: Netherlands
Posts: 23
Send a message via ICQ to dRaakje
Ah thanx, it works like a charm. I didn't think to look for it in the normal help.

Remco
dRaakje is offline   Reply With Quote
Reply
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