Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer

Conflicts:
	indra/llmessage/llurlrequest.cpp
	indra/newview/llvoavatar.cpp
This commit is contained in:
Siana Gearz
2012-11-12 06:46:58 +01:00
200 changed files with 19362 additions and 3255 deletions

View File

@@ -1914,7 +1914,7 @@ void LLWindowSDL::gatherInput()
mIsMinimized = (!event.active.gain);
mCallbacks->handleActivate(this, !mIsMinimized);
llinfos << "SDL deiconification state switched to " << BOOL(event.active.gain) << llendl;
lldebugs << "SDL deiconification state switched to " << BOOL(event.active.gain) << llendl;
}
else
{