Skip to content
Snippets Groups Projects
Commit a39c5926 authored by Aura Linden's avatar Aura Linden
Browse files

maint-5707 window should no longer be displayed.

parent 13727121
No related branches found
No related tags found
No related merge requests found
...@@ -484,7 +484,7 @@ bool LLCrashLoggerWindows::mainLoop() ...@@ -484,7 +484,7 @@ bool LLCrashLoggerWindows::mainLoop()
if (mCrashBehavior == CRASH_BEHAVIOR_ALWAYS_SEND) if (mCrashBehavior == CRASH_BEHAVIOR_ALWAYS_SEND)
{ {
llinfos << "Showing crash report submit progress window." << llendl; llinfos << "Showing crash report submit progress window." << llendl;
ShowWindow(gHwndProgress, SW_SHOW ); //ShowWindow(gHwndProgress, SW_SHOW ); Maint-5707
sendCrashLogs(); sendCrashLogs();
} }
else if (mCrashBehavior == CRASH_BEHAVIOR_ASK) else if (mCrashBehavior == CRASH_BEHAVIOR_ASK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment