2
0
Эх сурвалжийг харах

Cleanup obsolete reference to MainForm.dfm.

Martijn Laan 7 сар өмнө
parent
commit
6f286603f1
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -162,9 +162,9 @@ Source code tips
   
   
 - When building the projects in Release mode it outputs to [Files].
 - When building the projects in Release mode it outputs to [Files].
   
   
-- All of the forms in the Setup project, with the exception of Setup.MainForm.dfm, have
-  Scaled set to False. This is because they dynamically scale themselves at
-  run-time by calling a function named InitializeFont.
+- All of the forms in the Setup project have Scaled set to False. This is
+  because they dynamically scale themselves at 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