We use Jira now, as our bug tracker.

Patch by André Guibert de Bruet
CORE-7219 #resolve #comment Committed in r59149, thanks ;)

svn path=/trunk/; revision=59149
This commit is contained in:
Hermès Bélusca-Maïto 2013-06-02 18:41:40 +00:00
parent 59abd42a24
commit a295454749
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
#include "precomp.h"
static TCHAR BugLink[] = _T("http://www.reactos.org/bugzilla");
static TCHAR BugLink[] = _T("http://jira.reactos.org/");
static TCHAR ReportAsWorkstationKey[] = _T("SYSTEM\\CurrentControlSet\\Control\\ReactOS\\Settings\\Version");

View file

@ -300,7 +300,7 @@ KeRosDumpTriageForBugZillaReport(VOID)
extern ULONG KeI386MachineType, MxcsrFeatureMask;
extern BOOLEAN Ke386Pae, Ke386NoExecute;
DbgPrint("ReactOS has crashed! Please go to http://www.reactos.org/bugzilla/enter_bug.cgi to file a bug!\n");
DbgPrint("ReactOS has crashed! Please go to http://jira.reactos.org/ to file a bug!\n");
DbgPrint("\nHardware Information\n");
DbgPrint("Processor Architecture: %d\n"
"Feature Bits: %d\n"