aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfirstuse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfirstuse.cpp')
-rw-r--r--linden/indra/newview/llfirstuse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfirstuse.cpp b/linden/indra/newview/llfirstuse.cpp
index a377959..50917f7 100644
--- a/linden/indra/newview/llfirstuse.cpp
+++ b/linden/indra/newview/llfirstuse.cpp
@@ -369,7 +369,7 @@ void LLFirstUse::callbackEmeraldOTR(const LLSD &notification, const LLSD &respon
369 gSavedSettings.setWarning("EmeraldOTR", FALSE); 369 gSavedSettings.setWarning("EmeraldOTR", FALSE);
370 370
371 S32 option = LLNotification::getSelectedOption(notification, response); 371 S32 option = LLNotification::getSelectedOption(notification, response);
372 372
373 if ( option == 0 ) 373 if ( option == 0 )
374 { 374 {
375 gSavedSettings.setU32("EmeraldUseOTR",(U32)1); 375 gSavedSettings.setU32("EmeraldUseOTR",(U32)1);