From 8a39aaa3a485d9f1d4486c02e98286cfb08761d4 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Mon, 18 Apr 2022 21:35:41 +0300 Subject: SL-15312 Legacy profiles remake #10 Fixed Typo changed 'show in search' checkbox into combobox, implemented commit Fixed fl textbox setting sl text instead of fl text Fixed fl save/discard buttons not following resize --- indra/newview/llpanelavatar.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra/newview/llpanelavatar.cpp') diff --git a/indra/newview/llpanelavatar.cpp b/indra/newview/llpanelavatar.cpp index 90f3e87ae9..5d5d4b676c 100644 --- a/indra/newview/llpanelavatar.cpp +++ b/indra/newview/llpanelavatar.cpp @@ -121,12 +121,12 @@ void LLPanelProfileTab::setApplyProgress(bool started) } } -LLPanelProfilePropertiesPeocessorTab::LLPanelProfilePropertiesPeocessorTab() +LLPanelProfilePropertiesProcessorTab::LLPanelProfilePropertiesProcessorTab() : LLPanelProfileTab() { } -LLPanelProfilePropertiesPeocessorTab::~LLPanelProfilePropertiesPeocessorTab() +LLPanelProfilePropertiesProcessorTab::~LLPanelProfilePropertiesProcessorTab() { if (getAvatarId().notNull()) { @@ -134,7 +134,7 @@ LLPanelProfilePropertiesPeocessorTab::~LLPanelProfilePropertiesPeocessorTab() } } -void LLPanelProfilePropertiesPeocessorTab::setAvatarId(const LLUUID & avatar_id) +void LLPanelProfilePropertiesProcessorTab::setAvatarId(const LLUUID & avatar_id) { if (avatar_id.notNull()) { -- cgit v1.3