Menu

#674 MUI_BUTTONTEXT_FINISH missing

2.0 Series
closed-fixed
5
2007-09-09
2007-09-06
Anonymous
No

version: NSIS 2.30

error: message LangString "MUI_BUTTONTEXT_FINISH" is not set in language table of language English

my installer uses no the standard mui welcome page, but it does use the mui finish page. While compilng I get the error mentioned above. I think the problem is in <lang>.nsh, which contains

!ifdef MUI_WELCOMEPAGE | MUI_UNWELCOMEPAGE
${LangFileString} MUI_BUTTONTEXT_FINISH "&Finish"
!endif

The !ifdef should check for the finish page, not the welcome page

Discussion

  • Joost Verburg

    Joost Verburg - 2007-09-09
    • labels: 516681 --> Language File
    • status: open --> closed-fixed
     
  • Joost Verburg

    Joost Verburg - 2007-09-09

    Logged In: YES
    user_id=604457
    Originator: NO

    Thanks, fixed.

     

Log in to post a comment.