bug 384207 - Crash Reporter client should include a URL field (OS X and Win32 only). r=campd

This commit is contained in:
ted.mielczarek@gmail.com 2007-11-28 16:55:15 -08:00
Родитель d4f5ba2da3
Коммит 70f03ae890
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -128,7 +128,7 @@ static bool RestartApplication()
[viewReportScrollView removeFromSuperview];
if (gQueryParameters.find("URL") != gQueryParameters.end()) {
// save the URL value in case the
// save the URL value in case the checkbox gets unchecked
gURLParameter = gQueryParameters["URL"];
}
else {