diff options
author | Rider Linden <rider@lindenlab.com> | 2018-09-12 17:05:27 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-09-12 17:05:27 -0700 |
commit | 27a76a7e731bd13fb5d0862a932f40ea5c9c7119 (patch) | |
tree | 9a931b39dc00d42264387330b5134a273551e385 /indra/newview/llpanelenvironment.h | |
parent | d4927e8f074c8f3b6a28a4f22f344ca27a98cb28 (diff) |
SL-1402, SL-1193, SL-976: Corrected strings and layout for named bugs
("Use Shared Environment", no selection format in panel, Missing String in give object)
Also Rider learned how to spell Committed
Diffstat (limited to 'indra/newview/llpanelenvironment.h')
-rw-r--r-- | indra/newview/llpanelenvironment.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelenvironment.h b/indra/newview/llpanelenvironment.h index bd3db34332..c18092e2e5 100644 --- a/indra/newview/llpanelenvironment.h +++ b/indra/newview/llpanelenvironment.h @@ -116,8 +116,8 @@ protected: void udpateApparentTimeOfDay(); - void onPickerCommited(LLUUID asset_id); - void onEditCommited(LLSettingsDay::ptr_t newday); + void onPickerCommitted(LLUUID asset_id); + void onEditCommitted(LLSettingsDay::ptr_t newday); void onPickerAssetDownloaded(LLSettingsBase::ptr_t settings); void onEnvironmentReceived(S32 parcel_id, LLEnvironment::EnvironmentInfo::ptr_t envifo); |