diff mac/dw.m @ 2263:176470d75695

Remove the font test with Italic before Bold. This does not work on OS/2. Most platforms should function in either order, but on OS/2 it much match the order reported by the system. Not sure if it is worth the effort to make it not care about the order on OS/2. Also update the readme and Also correct a copy and paste error in a Mac code comment.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 27 Jan 2021 20:54:26 +0000
parents fe64be23680e
children 3361ce6070ce
line wrap: on
line diff
--- a/mac/dw.m	Wed Jan 27 19:07:25 2021 +0000
+++ b/mac/dw.m	Wed Jan 27 20:54:26 2021 +0000
@@ -10218,7 +10218,7 @@
  */
 char * API dw_font_choose(const char *currfont)
 {
-    /* Create the Color Chooser Dialog class. */
+    /* Create the Font Chooser Dialog class. */
     static DWFontChoose *fontDlg = nil;
     DWDialog *dialog;
     NSFont *font = nil;