diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/impprefsfonts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/impprefsfonts.cpp b/linden/indra/newview/impprefsfonts.cpp index bf0b028..a4dcd34 100644 --- a/linden/indra/newview/impprefsfonts.cpp +++ b/linden/indra/newview/impprefsfonts.cpp | |||
@@ -107,7 +107,7 @@ void ImpPrefsFonts::apply() | |||
107 | LLCheckBoxCtrl* font_round = getChild<LLCheckBoxCtrl>("font_round"); | 107 | LLCheckBoxCtrl* font_round = getChild<LLCheckBoxCtrl>("font_round"); |
108 | if (font_round) | 108 | if (font_round) |
109 | { | 109 | { |
110 | bool round = font_round->getValue().asBoolean(); | 110 | BOOL round = font_round->getValue().asBoolean(); |
111 | if (round != gSavedSettings.getBOOL("FontSizeRounding")) | 111 | if (round != gSavedSettings.getBOOL("FontSizeRounding")) |
112 | { | 112 | { |
113 | gSavedSettings.setBOOL("FontSizeRounding", round); | 113 | gSavedSettings.setBOOL("FontSizeRounding", round); |