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.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/16_licence_about_location.patch b/debian/patches/16_licence_about_location.patch
deleted file mode 100644
index c40e89af59..0000000000
--- a/debian/patches/16_licence_about_location.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Change location of license file in about dialog
-Forwarded: not-needed
-Author: Frederic Peters <fpeters@debian.org>
-
---- a/ui/qt/about_dialog.cpp
-+++ b/ui/qt/about_dialog.cpp
-@@ -335,7 +335,7 @@
- #if defined(_WIN32)
- f_license.setFileName(get_datafile_path("COPYING.txt"));
- #else
-- f_license.setFileName(get_datafile_path("COPYING"));
-+ f_license.setFileName(get_datafile_path("ABOUT.GPL"));
- #endif
-
- f_license.open(QFile::ReadOnly | QFile::Text);