Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 09266f2

Browse files
committed
Temporary fix for #114
1 parent c3e2153 commit 09266f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/Windows/OptionsWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Spedit.UI.Windows
1414
/// </summary>
1515
public partial class OptionsWindow : MetroWindow
1616
{
17-
string[] AvailableAccents = { "Red", "Green", "Blue", "Purple", "Orange", "Lime", "Emerald", "Teal", "Cyan", "Cobalt", "Indigo", "Violet", "Pink", "Magenta", "Crimson", "Amber",
17+
string[] AvailableAccents = { "Red", "Green", "Blue", "Purple", "Orange", "Lime", "Emerald", "Teal", "Cobalt", "Indigo", "Violet", "Pink", "Magenta", "Crimson", "Amber",
1818
"Yellow", "Brown", "Olive", "Steel", "Mauve", "Taupe", "Sienna" };
1919
bool RestartTextIsShown = false;
2020
bool AllowChanging = false;

0 commit comments

Comments
 (0)