diff options
| author | Adib Taraben <theadib@gmail.com> | 2006-05-05 15:03:16 +0000 |
|---|---|---|
| committer | theadib <theadib@users.sourceforge.net> | 2006-05-05 15:03:16 +0000 |
| commit | 393e82fbc681c7eb3ebc539fcefb6bd69094a865 (patch) | |
| tree | beda23f6f72ca9a6b57b19839d09f8020d9ca55d /packaging | |
| parent | Remove an old FIXME. (diff) | |
| download | inkscape-393e82fbc681c7eb3ebc539fcefb6bd69094a865.tar.gz inkscape-393e82fbc681c7eb3ebc539fcefb6bd69094a865.zip | |
added sections for lt, ko, zh_TW, resolution for patch #1399508 (copy README.*)
(bzr r737)
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/win32/inkscape.nsi | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 42ab4e7b5..bd4d442a8 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -411,7 +411,7 @@ FunctionEnd IntOp $R1 $R1 & ${SF_SELECTED} IntCmp $R1 ${SF_SELECTED} 0 skip_tutorials SetOutPath $INSTDIR\share\tutorials - File /nonfatal /a "..\..\inkscape\share\tutorials\*.${lng}.*" + File /nonfatal /a "..\..\inkscape\share\tutorials\*.${polng}.*" skip_tutorials: !macroend @@ -486,6 +486,7 @@ Section $(lng_Core) SecCore File /a "..\..\inkscape\NEWS" File /a "..\..\inkscape\HACKING.txt" File /a "..\..\inkscape\README" + File /a "..\..\inkscape\README.txt" File /a "..\..\inkscape\TRANSLATORS" File /nonfatal /a /r "..\..\inkscape\data" File /nonfatal /a /r "..\..\inkscape\doc" @@ -675,6 +676,14 @@ Section $(lng_ja) SecJapanese !insertmacro Language 'ja' 'jp' SectionEnd +Section $(lng_ko) SecKorean + !insertmacro Language 'ko' 'ko' +SectionEnd + +Section $(lng_lt) SecLithuanian + !insertmacro Language 'lt' 'lt' +SectionEnd + Section $(lng_mk) SecMacedonian !insertmacro Language mk mk SectionEnd @@ -743,6 +752,10 @@ Section $(lng_zh_CN) SecChineseSimplified !insertmacro Language zh_CN zh_CN SectionEnd +Section $(lng_zh_TW) SecChineseTaiwan + !insertmacro Language zh_TW zh_TW +SectionEnd + Section -FinalizeInstallation StrCmp $MultiUser "1" "" SingleUser DetailPrint "admin mode, registry root will be HKLM" @@ -830,7 +843,7 @@ Function .onInit ; hide if quick launch if not available StrCmp $QUICKLAUNCH $TEMP 0 +2 SectionSetText ${SecQuicklaunch} "" - + ; proccess command line parameter !insertmacro Parameter "GTK" ${SecGTK} !insertmacro Parameter "SHORTCUTS" ${secShortcuts} |
