diff options
author | McCabe Maxsted | 2010-09-17 03:00:01 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-17 03:00:01 -0700 |
commit | 54274b8f70f23212fa6cfa25bf5171ae0c76bf77 (patch) | |
tree | 2f379976d2645249049ec5bcb02d7608ef585336 /linden/indra | |
parent | Fixed missing [CURRENCY] in god tools and deleted an unused xml file (thanks ... (diff) | |
download | meta-impy-54274b8f70f23212fa6cfa25bf5171ae0c76bf77.zip meta-impy-54274b8f70f23212fa6cfa25bf5171ae0c76bf77.tar.gz meta-impy-54274b8f70f23212fa6cfa25bf5171ae0c76bf77.tar.bz2 meta-impy-54274b8f70f23212fa6cfa25bf5171ae0c76bf77.tar.xz |
Let's not put so many spaces in front of (none)
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llfloatergroups.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatergroups.cpp b/linden/indra/newview/llfloatergroups.cpp index c89e066..a85ce9d 100644 --- a/linden/indra/newview/llfloatergroups.cpp +++ b/linden/indra/newview/llfloatergroups.cpp | |||
@@ -556,7 +556,7 @@ void init_group_list(LLScrollListCtrl* ctrl, const LLUUID& highlight_id, const s | |||
556 | element["id"] = LLUUID::null; | 556 | element["id"] = LLUUID::null; |
557 | element["columns"][0]["column"] = "name"; | 557 | element["columns"][0]["column"] = "name"; |
558 | //UGLY hack to make sure "none" is always on top -- MC | 558 | //UGLY hack to make sure "none" is always on top -- MC |
559 | element["columns"][0]["value"] = " (" + none_text + ")"; | 559 | element["columns"][0]["value"] = " (" + none_text + ")"; |
560 | element["columns"][0]["font"] = "SANSSERIF"; | 560 | element["columns"][0]["font"] = "SANSSERIF"; |
561 | element["columns"][0]["font-style"] = style; | 561 | element["columns"][0]["font-style"] = style; |
562 | 562 | ||