зеркало из https://github.com/mozilla/pjs.git
bug 384054 - wrong string used in crashreporter client ViewURL support. r=bsmedberg
This commit is contained in:
Родитель
58574ab1bb
Коммит
38e5b9eecc
|
@ -203,7 +203,7 @@ static bool AddSubmittedReport(const string& serverResponse)
|
|||
|
||||
if (responseItems.find("ViewURL") != responseItems.end()) {
|
||||
UI_SNPRINTF(buf, 1024,
|
||||
gStrings["ViewURL"].c_str(),
|
||||
gStrings["CrashDetailsURL"].c_str(),
|
||||
responseItems["ViewURL"].c_str());
|
||||
file << buf << "\n";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче