diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 08a7d27c778e794aba40299aed0e89129074de61..de7bfb8c2bcbba38f75ca50a28edad03cdcdf582 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -413,13 +413,13 @@ StringXString ViewOptions_String[] = { "Second stippling pattern" }, { F|O, "Stipple2" , opt_view_stipple2 , "1*0x087F" , "Third stippling pattern" }, - { F|O, "Stipple3" , opt_view_stipple3 , "1*0xFCCC" , + { F|O, "Stipple3" , opt_view_stipple3 , "1*0xCCCF" , "Fourth stippling pattern" }, { F|O, "Stipple4" , opt_view_stipple4 , "2*0x1111" , "Fifth stippling pattern" }, - { F|O, "Stipple5" , opt_view_stipple5 , "2*0xF0F0" , + { F|O, "Stipple5" , opt_view_stipple5 , "2*0x0F0F" , "Sixth stippling pattern" }, - { F|O, "Stipple6" , opt_view_stipple6 , "1*0xFFFC" , + { F|O, "Stipple6" , opt_view_stipple6 , "1*0xCFFF" , "Seventh stippling pattern" }, { F|O, "Stipple7" , opt_view_stipple7 , "2*0x0202" , "Eighth stippling pattern" },