diff options
author | James Cook <james@lindenlab.com> | 2010-02-22 16:41:56 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-22 16:41:56 -0800 |
commit | 3791745054546dbebb3373371aaf7a0ddad608a3 (patch) | |
tree | ae5225cf9265eac3262c518dc508f937f09e75c7 /indra/newview/llpanelme.h | |
parent | d3582dc3ffb1ecb8a8888d17c4196c1c446a9a9a (diff) |
Simple button to change your display name
Talks to web service so other people can see the change, but for now
they need to relog or toggle display names on/off to clear their
cache.
Diffstat (limited to 'indra/newview/llpanelme.h')
-rw-r--r-- | indra/newview/llpanelme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelme.h b/indra/newview/llpanelme.h index 1325192bbf..368fdb307a 100644 --- a/indra/newview/llpanelme.h +++ b/indra/newview/llpanelme.h @@ -95,6 +95,7 @@ private: void initTexturePickerMouseEvents(); void onTexturePickerMouseEnter(LLUICtrl* ctrl); void onTexturePickerMouseLeave(LLUICtrl* ctrl); + void onClickSetName(); /** * Enabled/disables controls to prevent overwriting edited data upon receiving |