diff options
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 7cee898..cb94e51 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -538,7 +538,7 @@ static void saved_settings_to_globals() | |||
538 | #endif | 538 | #endif |
539 | 539 | ||
540 | // propagate push to talk preference to current status | 540 | // propagate push to talk preference to current status |
541 | gSavedSettings.setBOOL("PTTCurrentlyEnabled", gSavedSettings.getBOOL("EnablePushToTalk")); | 541 | gSavedSettings.setBOOL("PTTCurrentlyEnabled", TRUE); //gSavedSettings.getBOOL("EnablePushToTalk")); |
542 | 542 | ||
543 | settings_setup_listeners(); | 543 | settings_setup_listeners(); |
544 | 544 | ||
@@ -2304,7 +2304,9 @@ bool LLAppViewer::doConfigFromCommandLine() | |||
2304 | 2304 | ||
2305 | for(token_iter = tokens.begin(); token_iter != tokens.end(); ++token_iter) | 2305 | for(token_iter = tokens.begin(); token_iter != tokens.end(); ++token_iter) |
2306 | { | 2306 | { |
2307 | llinfos << "argument: '" << (token_iter->c_str()) << "'" << llendl; | 2307 | // people can put their password in the file. :( |
2308 | // http://jira.secondlife.com/browse/SEC-42 | ||
2309 | //llinfos << "argument: '" << (token_iter->c_str()) << "'" << llendl; | ||
2308 | 2310 | ||
2309 | arglist.push_back(*token_iter); | 2311 | arglist.push_back(*token_iter); |
2310 | } | 2312 | } |