!verbose 3 for cleaner logs

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1483 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-27 11:56:12 +00:00
parent 5063eaa95a
commit f0b820257f
15 changed files with 299 additions and 70 deletions

View file

@ -2,9 +2,10 @@
;version 1 - Compatible with Modern UI 1.3
;Language: Russian (1049)
;By Nik Medved (brainsucker)
;Fixed by Scam
;By Nik Medved (brainsucker). Fixed by Scam.
;--------------------------------
!verbose 3
!ifndef MUI_RUSSIAN_USED
@ -83,4 +84,6 @@
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_RUSSIAN} "&Óäàëèòü"
!endif
!endif
!endif
!verbose 4