Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Abortwarning (http://forums.winamp.com/showthread.php?t=176978)

Bennyyy 17th April 2004 13:35

Abortwarning
 
hi

how can i change the abortwarning text in my installer?
i use this

!define MUI_ABORTWARNING_TEXT "mytext"

but it wont work.

deguix 17th April 2004 14:09

Uhhh, that was close:

PHP Code:

!define MUI_TEXT_ABORTWARNING "mytext" 

Replace "mytext" with the text wanted.

Bennyyy 17th April 2004 16:29

no you dont understand my problem.
"mytext" is only for example.

it is all the same which stands there
it only show "are you sure you want to quit..." NOT my text

Joost Verburg 17th April 2004 17:10

!define MUI_ABORTWARNING_TEXT "mytext"

is correct, you only have to insert it before the page macros.

Bennyyy 17th April 2004 17:24

thank you :D

deguix 17th April 2004 19:11

Ops, sorry, I didn't read the Modern UI readme! I was looking for that somewhere else.


All times are GMT. The time now is 06:22.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.