diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-18 21:35:41 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-18 22:21:58 +0300 |
commit | 8a39aaa3a485d9f1d4486c02e98286cfb08761d4 (patch) | |
tree | a3e90bc31fb591ded96df1da31025f7f192e9a56 /indra/newview/llpanelprofilepicks.cpp | |
parent | 65ea8e1351c548b650eea4bd2ddef02b853c933d (diff) |
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
Diffstat (limited to 'indra/newview/llpanelprofilepicks.cpp')
-rw-r--r-- | indra/newview/llpanelprofilepicks.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelprofilepicks.cpp b/indra/newview/llpanelprofilepicks.cpp index 264d3b78f1..b3109e7da2 100644 --- a/indra/newview/llpanelprofilepicks.cpp +++ b/indra/newview/llpanelprofilepicks.cpp @@ -120,7 +120,7 @@ LLPickHandler gPickHandler; //----------------------------------------------------------------------------- LLPanelProfilePicks::LLPanelProfilePicks() - : LLPanelProfilePropertiesPeocessorTab() + : LLPanelProfilePropertiesProcessorTab() , mPickToSelectOnLoad(LLUUID::null) { } @@ -370,7 +370,7 @@ bool LLPanelProfilePicks::canDeletePick() //----------------------------------------------------------------------------- LLPanelProfilePick::LLPanelProfilePick() - : LLPanelProfilePropertiesPeocessorTab() + : LLPanelProfilePropertiesProcessorTab() , LLRemoteParcelInfoObserver() , mSnapshotCtrl(NULL) , mPickId(LLUUID::null) |