aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/16_licence_about_location.patch
blob: c40e89af59bd3cf45a15cde5a915d55ff9257680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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);