29 lines
995 B
Diff
29 lines
995 B
Diff
From: Carlos Maddela <e7appew@gmail.com>
|
|
Date: Mon, 19 Dec 2016 12:02:51 +1100
|
|
Subject: Update help dialog to show link to the new Debian package tracker.
|
|
|
|
Description: Update help dialog to show link to the new Debian
|
|
package tracker.
|
|
Author: Carlos Maddela <e7appew@gmail.com>
|
|
Forwarded: not-needed
|
|
Last-Update: 2016-12-19
|
|
---
|
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
---
|
|
help-dialogs.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/help-dialogs.c b/help-dialogs.c
|
|
index 758ac19..47551f7 100644
|
|
--- a/help-dialogs.c
|
|
+++ b/help-dialogs.c
|
|
@@ -750,7 +750,7 @@ void AboutDialog()
|
|
"for Debian to support DVD-ROMs (with and without encryption).\n\n"
|
|
"Please do not bother the original authors of dvdisaster\n"
|
|
"but submit bugreports against the [debian package] instead.\n"),
|
|
- "http://packages.qa.debian.org/dvdisaster");
|
|
+ "https://tracker.debian.org/pkg/dvdisaster");
|
|
|
|
#else
|
|
lang = g_getenv("LANG");
|