Browse Source

Fix typo.

Martijn Laan 1 day ago
parent
commit
8859c7a82b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      whatsnew.htm

+ 1 - 1
whatsnew.htm

@@ -123,7 +123,7 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
     <li>Added autocomplete support in the <tt>[Setup]</tt> section for directive values with fixed options, such as all <tt>yes</tt>/<tt>no</tt> directives and others like <tt>WizardStyle</tt>.</li>
     <li>Ctrl+W now closes the current tab (in addition to Ctrl+F4), consistent with other modern editors. Previously, Ctrl+W was assigned to <i>Target Uninstall</i> in the <i>Run</i> menu, which is now reassigned to Alt+Q.</li>
     <li>The Compiler IDE now opens up to 50 #include files in tabs, instead of up to 20.</li>
-    <li>Added a new <i>Keep new #include files closed</i> option, Disabled by default. When enabled, newly discovered #include files during compilation remain closed until you explicitly reopen their tabs via, for example, the <i>View</i> menu.</li>
+    <li>Added a new <i>Keep new #include files closed</i> option, disabled by default. When enabled, newly discovered #include files during compilation remain closed until you explicitly reopen their tabs via, for example, the <i>View</i> menu.</li>
   </ul>
   </li>
   <li><i>Fix:</i> File and directory controls in Setup should always use left-to-right reading order, even when a right-to-left language is active, but this has not been the case since version 6.5.2.</li>