diff dwtest.c @ 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/dwtest.c	Wed Jan 27 19:07:25 2021 +0000
+++ b/dwtest.c	Wed Jan 27 20:54:26 2021 +0000
@@ -1401,7 +1401,6 @@
         dw_listbox_append(fontname, "Times New Roman");
         dw_listbox_append(fontname, "Times New Roman Bold");
         dw_listbox_append(fontname, "Times New Roman Italic");
-        dw_listbox_append(fontname, "Times New Roman Italic Bold");
         dw_listbox_append(fontname, "Times New Roman Bold Italic");
         dw_box_pack_start(hbox, fontname, 150, -1, TRUE, FALSE, 1);
         dw_box_pack_start(notebookbox4, hbox, -1, -1, TRUE, FALSE, 1);