aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-18 00:58:25 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-18 00:58:25 +1000
commit54244fd33dc172d6d7aa15eefa06f8685e3fef49 (patch)
treec222384301268cecb73acc9d6e4b5fb8ecbe8e14 /common.c
parent4c1d1bb218301ceadd137cb7cc53a5605fd87317 (diff)
Add a bugreport function for writing out a message about how to file bug reports
darcs-hash:20061117145825-ac50b-0480300cce24657aae9572b79f145d956db93593.gz
Diffstat (limited to 'common.c')
-rw-r--r--common.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/common.c b/common.c
index 05747103..a63cbce9 100644
--- a/common.c
+++ b/common.c
@@ -1601,3 +1601,11 @@ int create_directory( wchar_t *d )
return ok?0:-1;
}
+void bugreport()
+{
+ debug( 1,
+ _( L"This is a bug. "
+ L"If you can reproduce it, please send a bug report to %s." ),
+ PACKAGE_BUGREPORT );
+}
+