Menu

#620 MUI_DESCRIPTION_TEXT Parameter Exaggeration

2.0 Series
closed-fixed
MakeNSISW (21)
5
2007-08-17
2007-05-06
Anonymous
No

I tried this (Works fine):

!insertmacro MUI_DESCRIPTION_TEXT ${secMain} "This is a 'test'"

but this one makes the compiler think I have 11 parameters in "SendMessage":

!insertmacro MUI_DESCRIPTION_TEXT ${secMain} "This is a $\"test$\"".

Discussion

  • Anonymous

    Anonymous - 2007-05-10

    Logged In: YES
    user_id=970495
    Originator: NO

    for now, use:

    !insertmacro MUI_DESCRIPTION_TEXT ${secMain} 'This is a "test"'

     
  • Amir Szekely

    Amir Szekely - 2007-08-17
    • assigned_to: nobody --> kichik
    • status: open --> closed-fixed
     

Log in to post a comment.