Skip to content

Commit fc3b7af

Browse files
committed
Fixed incorrect comment
1 parent 4ac65e7 commit fc3b7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mxp/mxpinit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ tMXP_colour MXP_colours [] =
240240
{ "plum", 0xdda0dd },
241241
{ "powderblue", 0xb0e0e6 },
242242
{ "purple", 0x800080 },
243-
{ "rebeccapurple", 0x663399 }, // new in 3.70, see https://lists.w3.org/Archives/Public/www-style/2014Jun/0312.html
243+
{ "rebeccapurple", 0x663399 }, // new in 5.07, see https://lists.w3.org/Archives/Public/www-style/2014Jun/0312.html
244244
{ "red", 0xff0000 },
245245
{ "rosybrown", 0xbc8f8f },
246246
{ "royalblue", 0x4169e1 },

0 commit comments

Comments
 (0)