Skip to content

Commit 0882d1e

Browse files
committed
Change Fuchsia to magenta
1 parent 3872f61 commit 0882d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql_profiler/Code/OutputWriter/ConsoleOutputWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private static System.Collections.Generic.Dictionary<
5858
dict.Add(System.Drawing.Color.Magenta, System.ConsoleColor.Magenta);
5959
dict.Add(System.Drawing.Color.Yellow, System.ConsoleColor.Yellow);
6060
dict.Add(System.Drawing.Color.White, System.ConsoleColor.White);
61-
dict.Add(System.Drawing.Color.Fuchsia, System.ConsoleColor.Red); // Correct ?
61+
dict.Add(System.Drawing.Color.Fuchsia, System.ConsoleColor.Magenta); // Correct ?
6262

6363
return dict;
6464
}

0 commit comments

Comments
 (0)