aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/16_licence_about_location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/16_licence_about_location.patch')
-rw-r--r--debian/patches/16_licence_about_location.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/16_licence_about_location.patch b/debian/patches/16_licence_about_location.patch
new file mode 100644
index 0000000000..36cebffc18
--- /dev/null
+++ b/debian/patches/16_licence_about_location.patch
@@ -0,0 +1,14 @@
+Description: Change location of license file in about dialog
+Forwarded: not-needed
+Author: Frederic Peters <fpeters@debian.org>
+
+--- a/ui/gtk/about_dlg.c
++++ b/ui/gtk/about_dlg.c
+@@ -506,7 +506,7 @@
+ #if defined(_WIN32)
+ absolute_path = get_datafile_path("COPYING.txt");
+ #else
+- absolute_path = get_datafile_path("COPYING");
++ absolute_path = get_datafile_path("ABOUT.GPL");
+ #endif
+ page = text_page_new(absolute_path);