aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--linden/indra/llui/llresmgr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llui/llresmgr.cpp b/linden/indra/llui/llresmgr.cpp
index f242f12..22610ca 100644
--- a/linden/indra/llui/llresmgr.cpp
+++ b/linden/indra/llui/llresmgr.cpp
@@ -422,7 +422,8 @@ const std::string LLFONT_ID_NAMES[] =
422 std::string("OCRA"), 422 std::string("OCRA"),
423 std::string("SANSSERIF"), 423 std::string("SANSSERIF"),
424 std::string("SANSSERIF_SMALL"), 424 std::string("SANSSERIF_SMALL"),
425 std::string("SANSSERIF_BIG"), 425 std::string("SANSSERIF_BIGGER"),
426 std::string("SANSSERIF_LARGE"),
426 std::string("SMALL"), 427 std::string("SMALL"),
427}; 428};
428 429