pages/SiteConfig.nsi
changeset 2 0c0d5dadfca3
parent 0 67e1cc6cd929
child 5 85800cb04cc5
--- 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