summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroupgeneral.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2016-06-17 12:07:16 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2016-06-17 12:07:16 +0300
commit373947aba36e45f2496975d2cc7c4c9f4b2c205e (patch)
tree41335f65b0ca05eff5a4aaccb839a6e7ba716e52 /indra/newview/llpanelgroupgeneral.cpp
parentaff8dcea758b4f31e320fb02369df97498e10c8b (diff)
MAINT-6509 Viewer still allows you to create a group with leading spaces in the group name
Diffstat (limited to 'indra/newview/llpanelgroupgeneral.cpp')
-rw-r--r--indra/newview/llpanelgroupgeneral.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroupgeneral.cpp b/indra/newview/llpanelgroupgeneral.cpp
index b2164c1f21..d17f5494a0 100644
--- a/indra/newview/llpanelgroupgeneral.cpp
+++ b/indra/newview/llpanelgroupgeneral.cpp
@@ -199,7 +199,7 @@ void LLPanelGroupGeneral::setupCtrls(LLPanel* panel_group)
mGroupNameEditor = panel_group->getChild<LLLineEditor>("group_name_editor");
- mGroupNameEditor->setPrevalidate( LLTextValidate::validateASCII );
+ mGroupNameEditor->setPrevalidate( LLTextValidate::validateASCIINoLeadingSpace );
}