Martijn Laan 6 年 前
コミット
3a4abe52d9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -161,7 +161,7 @@ How do the projects link together?
 
 
 - All of the forms in the Setup project, with the exception of Main.dfm, have
 - All of the forms in the Setup project, with the exception of Main.dfm, have
   Scaled set to False. This is because they dynamically scale themselves at
   Scaled set to False. This is because they dynamically scale themselves at
-  run-time by calling a function named SetFormFont.
+  run-time by calling a function named InitializeFont.
 
 
 - A note for those curious: The Setup Compiler creates single EXE Setups by
 - A note for those curious: The Setup Compiler creates single EXE Setups by
   first creating the SETUP.EXE as usual, then concatenating the SETUP.0 and
   first creating the SETUP.EXE as usual, then concatenating the SETUP.0 and