diff options
author | McCabe Maxsted | 2010-08-23 21:07:05 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:26:15 -0700 |
commit | bb356b9821442fb2d4fb0590fdfa8dd562f55b53 (patch) | |
tree | 7712fec9761a5a2fbd2cbed661dd510fdada0a53 /linden/indra/newview/llstartup.h | |
parent | Fixed lowercase 'c' in build window 'cut's (diff) | |
download | meta-impy-bb356b9821442fb2d4fb0590fdfa8dd562f55b53.zip meta-impy-bb356b9821442fb2d4fb0590fdfa8dd562f55b53.tar.gz meta-impy-bb356b9821442fb2d4fb0590fdfa8dd562f55b53.tar.bz2 meta-impy-bb356b9821442fb2d4fb0590fdfa8dd562f55b53.tar.xz |
Added vivox license window when enabling voice or starting up for the first time (voice can now be included from here on out :)
Diffstat (limited to 'linden/indra/newview/llstartup.h')
-rw-r--r-- | linden/indra/newview/llstartup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.h b/linden/indra/newview/llstartup.h index 65bfc68..9a3c91c 100644 --- a/linden/indra/newview/llstartup.h +++ b/linden/indra/newview/llstartup.h | |||
@@ -50,6 +50,7 @@ typedef enum { | |||
50 | STATE_LOGIN_SHOW, // Show login screen | 50 | STATE_LOGIN_SHOW, // Show login screen |
51 | STATE_LOGIN_WAIT, // Wait for user input at login screen | 51 | STATE_LOGIN_WAIT, // Wait for user input at login screen |
52 | STATE_LOGIN_CLEANUP, // Get rid of login screen and start login | 52 | STATE_LOGIN_CLEANUP, // Get rid of login screen and start login |
53 | STATE_LOGIN_VOICE_LICENSE, // Show license agreement for using voice | ||
53 | STATE_UPDATE_CHECK, // Wait for user at a dialog box (updates, term-of-service, etc) | 54 | STATE_UPDATE_CHECK, // Wait for user at a dialog box (updates, term-of-service, etc) |
54 | STATE_LOGIN_AUTH_INIT, // Start login to SL servers | 55 | STATE_LOGIN_AUTH_INIT, // Start login to SL servers |
55 | STATE_LOGIN_AUTHENTICATE, // Do authentication voodoo | 56 | STATE_LOGIN_AUTHENTICATE, // Do authentication voodoo |