From fbceec72a5d9a8325234cf10313809de943300ad Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 2 Apr 2011 14:24:54 -0500 Subject: Fixed a crash on login introduced by the new font size labels. --- linden/indra/llui/llresmgr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden') 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[] = std::string("OCRA"), std::string("SANSSERIF"), std::string("SANSSERIF_SMALL"), - std::string("SANSSERIF_BIG"), + std::string("SANSSERIF_BIGGER"), + std::string("SANSSERIF_LARGE"), std::string("SMALL"), }; -- cgit v1.1