diff options
author | Brian Paul <[email protected]> | 2004-12-05 18:02:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-12-05 18:02:01 +0000 |
commit | 86cbfc2fac1a447cbb55847460376d9f68fbfc8b (patch) | |
tree | 51e361eb2ea6c4bfe59176fcafac030c94bcd5af /src/mesa/main/imports.c | |
parent | 74764061facb8f518c3ac7ebdb844bcd27a36ee0 (diff) |
direct bug reports to freedesktop.org
Diffstat (limited to 'src/mesa/main/imports.c')
-rw-r--r-- | src/mesa/main/imports.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index ae0e86add3e..cee54e526b4 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa/main/imports.c @@ -32,7 +32,7 @@ /* * Mesa 3-D graphics library - * Version: 6.2 + * Version: 6.3 * * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. * @@ -907,10 +907,10 @@ _mesa_problem( const GLcontext *ctx, const char *fmtString, ... ) #if defined(XFree86LOADER) && defined(IN_MODULE) xf86fprintf(stderr, "Mesa %s implementation error: %s\n", MESA_VERSION_STRING, str); - xf86fprintf(stderr, "Please report to the DRI project at dri.sourceforge.net\n"); + xf86fprintf(stderr, "Please report at bugzilla.freedesktop.org\n"); #else fprintf(stderr, "Mesa %s implementation error: %s\n", MESA_VERSION_STRING, str); - fprintf(stderr, "Please report to the Mesa bug database at www.mesa3d.org\n" ); + fprintf(stderr, "Please report at bugzilla.freedesktop.org\n"); #endif } |