pages/SiteConfig.nsi
changeset 2 0c0d5dadfca3
parent 0 67e1cc6cd929
child 5 85800cb04cc5
equal deleted inserted replaced
1:ac5bcb4e5284 2:0c0d5dadfca3
    35     
    35     
    36   StrCpy $start_with "blank"
    36   StrCpy $start_with "blank"
    37   ReadINIStr $0 "$PLUGINSDIR\SiteConfig.ini" "Field 6" "State"
    37   ReadINIStr $0 "$PLUGINSDIR\SiteConfig.ini" "Field 6" "State"
    38   IntCmp $0 1 0 +2 +2
    38   IntCmp $0 1 0 +2 +2
    39     StrCpy $start_with "tutorial"
    39     StrCpy $start_with "tutorial"
       
    40     
       
    41   LockWindow on
    40 FunctionEnd
    42 FunctionEnd
    41 
    43 
    42 Function CleanCopyright
    44 Function CleanCopyright
    43   Pop $0
    45   Pop $0
    44   ${str_replace} $0 "©" "©" "$0"
    46   ${str_replace} $0 "�" "©" "$0"
    45   Push $0
    47   Push $0
    46 FunctionEnd
    48 FunctionEnd