From 54274b8f70f23212fa6cfa25bf5171ae0c76bf77 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 17 Sep 2010 03:00:01 -0700 Subject: Let's not put so many spaces in front of (none) --- linden/indra/newview/llfloatergroups.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra') 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 element["id"] = LLUUID::null; element["columns"][0]["column"] = "name"; //UGLY hack to make sure "none" is always on top -- MC - element["columns"][0]["value"] = " (" + none_text + ")"; + element["columns"][0]["value"] = " (" + none_text + ")"; element["columns"][0]["font"] = "SANSSERIF"; element["columns"][0]["font-style"] = style; -- cgit v1.1