diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewermenu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermenu.h b/linden/indra/newview/llviewermenu.h index 6814c31..0cef3df 100644 --- a/linden/indra/newview/llviewermenu.h +++ b/linden/indra/newview/llviewermenu.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2002-2007, Linden Research, Inc. | 7 | * Copyright (c) 2002-2008, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -93,6 +93,7 @@ BOOL enable_god_liaison(void* user_data); | |||
93 | BOOL enable_god_customer_service(void* user_data); | 93 | BOOL enable_god_customer_service(void* user_data); |
94 | BOOL enable_god_basic(void* user_data); | 94 | BOOL enable_god_basic(void* user_data); |
95 | void handle_show_newest_map(void*); | 95 | void handle_show_newest_map(void*); |
96 | void set_underclothes_menu_options(); | ||
96 | 97 | ||
97 | void exchange_callingcard(const LLUUID& dest_id); | 98 | void exchange_callingcard(const LLUUID& dest_id); |
98 | 99 | ||