diff options
| -rw-r--r-- | test/menubar.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/menubar.cxx b/test/menubar.cxx index 07e46f50c..d0168602e 100644 --- a/test/menubar.cxx +++ b/test/menubar.cxx @@ -127,9 +127,9 @@ Fl_Menu_Item menutable[] = { {"Italic", 0, 0, 0, 0, 0, FL_ITALIC, 14}, {"BoldItalic",0,0,0, 0, 0, FL_BOLD+FL_ITALIC, 14}, {"Small", 0, 0, 0, 0, 0, FL_BOLD+FL_ITALIC, 10}, - {"Emboss", 0, 0, 0, 0, FL_EMBOSSED_LABEL}, - {"Engrave", 0, 0, 0, 0, FL_ENGRAVED_LABEL}, - {"Shadow", 0, 0, 0, 0, FL_SHADOW_LABEL}, + {"Emboss", 0, 0, 0, 0, (uchar)FL_EMBOSSED_LABEL}, + {"Engrave", 0, 0, 0, 0, (uchar)FL_ENGRAVED_LABEL}, + {"Shadow", 0, 0, 0, 0, (uchar)FL_SHADOW_LABEL}, {"@->", 0, 0, 0, 0, FL_SYMBOL_LABEL}, {0}, {"&International",0,0,0,FL_SUBMENU}, |
