diff options
author | McCabe Maxsted | 2009-12-26 10:47:39 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-12-26 10:47:39 -0700 |
commit | 8ef538f3ec888c2568dabdd5ace44138a4d12396 (patch) | |
tree | 4552c355fabf2baee1b4a1883df7fe9201d830a5 /linden/indra/newview/llpanelavatar.h | |
parent | Made drag and drop work across the entire profile window (diff) | |
download | meta-impy-8ef538f3ec888c2568dabdd5ace44138a4d12396.zip meta-impy-8ef538f3ec888c2568dabdd5ace44138a4d12396.tar.gz meta-impy-8ef538f3ec888c2568dabdd5ace44138a4d12396.tar.bz2 meta-impy-8ef538f3ec888c2568dabdd5ace44138a4d12396.tar.xz |
Added copy key button to profile window
Diffstat (limited to 'linden/indra/newview/llpanelavatar.h')
-rw-r--r-- | linden/indra/newview/llpanelavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelavatar.h b/linden/indra/newview/llpanelavatar.h index 01653d8..72a47f5 100644 --- a/linden/indra/newview/llpanelavatar.h +++ b/linden/indra/newview/llpanelavatar.h | |||
@@ -323,6 +323,7 @@ public: | |||
323 | static void onClickUnfreeze(void *userdata); | 323 | static void onClickUnfreeze(void *userdata); |
324 | static void onClickCSR( void *userdata); | 324 | static void onClickCSR( void *userdata); |
325 | static void onClickMute( void *userdata); | 325 | static void onClickMute( void *userdata); |
326 | static void onClickCopyUUID( void *userdata); | ||
326 | 327 | ||
327 | private: | 328 | private: |
328 | void enableOKIfReady(); | 329 | void enableOKIfReady(); |