Fixed rarely used Finnish and Pashto uninstall MUI pages

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6952 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-11-16 22:55:14 +00:00
parent fbcd62d3c3
commit 4b92898ecb
3 changed files with 5 additions and 5 deletions

View file

@ -57,15 +57,15 @@
!insertmacro MUI_UNPAGE_WELCOME
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_LICENSE "${NSISDIR}\Docs\Modern UI\License.txt"
#insertmacro MUI_UNPAGE_COMPONENTS ; BUGBUG:TODO: Missing Pashto translation
#insertmacro MUI_UNPAGE_DIRECTORY ; BUGBUG:TODO: Missing Finnish translation
!insertmacro MUI_UNPAGE_COMPONENTS
!insertmacro MUI_UNPAGE_DIRECTORY
!insertmacro MUI_UNPAGE_INSTFILES
!insertmacro MUI_UNPAGE_FINISH
;--------------------------------
;Languages
!insertmacro MUI_LANGUAGE "English" ;first language is the default language
!insertmacro MUI_LANGUAGE "English" ; The first language is the default language
!insertmacro MUI_LANGUAGE "French"
!insertmacro MUI_LANGUAGE "German"
!insertmacro MUI_LANGUAGE "Spanish"