Menu

#676 MUI_UNTEXT_COMPONENTS_ XXXXX not set for Language XY

2.0 Series
closed-fixed
5
2007-09-14
2007-09-13
Frank.R
No

Since NSIS Version 2.30 I get an compiler warning for the
MUI_UNTEXT_COMPONENTS_TITLE and MUI_UNTEXT_COMPONENTS_SUBTITLE.

Warning:
4 warnings:
LangString "MUI_UNTEXT_COMPONENTS_TITLE" is not set in language table of language English
LangString "MUI_UNTEXT_COMPONENTS_TITLE" is not set in language table of language German
LangString "MUI_UNTEXT_COMPONENTS_SUBTITLE" is not set in language table of language English
LangString "MUI_UNTEXT_COMPONENTS_SUBTITLE" is not set in language table of language German

This happens because in Language files\English.nsh
at line 46 is an error in !ifdef MUI_UNCOMPONENETSPAGE.

Change this to: !ifdef MUI_UNCOMPONENTSPAGE

and everything works fine.

Discussion

  • Amir Szekely

    Amir Szekely - 2007-09-14
    • status: open --> closed-fixed
     
  • Amir Szekely

    Amir Szekely - 2007-09-14

    Logged In: YES
    user_id=584402
    Originator: NO

    Already reported and fixed. Thanks.

     

Log in to post a comment.