(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
This commit is contained in:
@@ -418,7 +418,7 @@ static INT_PTR CALLBACK CrashDialogFunc(HWND wnd, UINT msg, WPARAM wParam, LPARA
|
||||
EnableWindow(GetDlgItem(wnd, 14), FALSE);
|
||||
SetCursor(LoadCursor(NULL, IDC_ARROW));
|
||||
MessageBox(wnd, _T("Crash report submitted. Thank you."), _T("Crash Report"), MB_ICONINFORMATION);
|
||||
} break;
|
||||
} break;
|
||||
#endif /* Disabled crash-submit procedures */
|
||||
case 15: /* Expand window to show crash-message */
|
||||
_expanded ^= 1;
|
||||
|
Reference in New Issue
Block a user