diff -r ac5bcb4e5284 -r 0c0d5dadfca3 pages/SiteConfig.nsi --- a/pages/SiteConfig.nsi Wed May 27 01:15:21 2009 -0400 +++ b/pages/SiteConfig.nsi Wed May 27 01:17:11 2009 -0400 @@ -37,10 +37,12 @@ ReadINIStr $0 "$PLUGINSDIR\SiteConfig.ini" "Field 6" "State" IntCmp $0 1 0 +2 +2 StrCpy $start_with "tutorial" + + LockWindow on FunctionEnd Function CleanCopyright Pop $0 - ${str_replace} $0 "©" "©" "$0" + ${str_replace} $0 "�" "©" "$0" Push $0 FunctionEnd