- if i define more than ONE language the MUI_BRANDINGTEXT is NOT shown;--------------------------------
;Languages
!define MUI_BRANDINGTEXT "Copyright 2003 "
!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "German"
;!insertmacro MUI_LANGUAGE "French" ; creates errors 🙁
- if i define "german" before (above) "english" i get an empty licensebox and a blank "next" button (no text in it)
- if i define additional "french" i get same emtpy licensebox and blank button
MUI_BRANDINGTEXT is only proper shown when only one language is defined.
if i define NO language i get massive errors.
using - latest cvs (28.6)
