From fd8d92656e630a44ed99688fc01f1896836b4c52 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 01:46:01 -0500 Subject: Fix inadvertent "TQ" changes. --- src/ViewStyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ViewStyle.cpp') diff --git a/src/ViewStyle.cpp b/src/ViewStyle.cpp index 0ae93d4..b4da30a 100755 --- a/src/ViewStyle.cpp +++ b/src/ViewStyle.cpp @@ -124,7 +124,7 @@ void ViewStyle::Init() { fontNames.Clear(); ResetDefaultStyle(); - indicators[0].style = INDIC_STQUIGGLE; + indicators[0].style = INDIC_SQUIGGLE; indicators[0].fore = ColourDesired(0, 0x7f, 0); indicators[1].style = INDIC_TT; indicators[1].fore = ColourDesired(0, 0, 0xff); -- cgit v1.2.3