aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-05-31 22:16:58 -0500
committerJacek Antonelli2009-05-31 22:16:58 -0500
commit2cc402c47a814d126f2643483e1812eb56d81f6f (patch)
tree2a3c86d21fd423757b58d9bddd52df29b79c3bea /linden/indra/newview/llagent.h
parentAdded a separator between Wear and Restore to Last Position. (diff)
downloadmeta-impy-2cc402c47a814d126f2643483e1812eb56d81f6f.zip
meta-impy-2cc402c47a814d126f2643483e1812eb56d81f6f.tar.gz
meta-impy-2cc402c47a814d126f2643483e1812eb56d81f6f.tar.bz2
meta-impy-2cc402c47a814d126f2643483e1812eb56d81f6f.tar.xz
Added a confirmation dialog for Take Off All Clothes.
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r--linden/indra/newview/llagent.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h
index dd204af..4d24aee 100644
--- a/linden/indra/newview/llagent.h
+++ b/linden/indra/newview/llagent.h
@@ -668,8 +668,12 @@ public:
668 static void stopFidget(); 668 static void stopFidget();
669 static void processAgentInitialWearablesUpdate(LLMessageSystem* mesgsys, void** user_data); 669 static void processAgentInitialWearablesUpdate(LLMessageSystem* mesgsys, void** user_data);
670 static void userRemoveWearable( void* userdata ); // userdata is EWearableType 670 static void userRemoveWearable( void* userdata ); // userdata is EWearableType
671 static void userRemoveAllClothes( void* userdata ); // userdata is NULL 671
672 static void userRemoveAllClothesStep2(BOOL proceed, void* userdata ); // userdata is NULL 672 static void userRemoveAllClothesConfirm();
673 static void userRemoveAllClothesCallback(S32 option, void *userdata);
674 static void userRemoveAllClothes( void* userdata ); // userdata is NULL
675 static void userRemoveAllClothesStep2(BOOL proceed, void* userdata ); // userdata is NULL
676
673 static void userRemoveAllAttachments( void* userdata); // userdata is NULL 677 static void userRemoveAllAttachments( void* userdata); // userdata is NULL
674 static BOOL selfHasWearable( void* userdata ); // userdata is EWearableType 678 static BOOL selfHasWearable( void* userdata ); // userdata is EWearableType
675 679