summaryrefslogtreecommitdiff
path: root/comms/qtel/files/patch-qtel-qtel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'comms/qtel/files/patch-qtel-qtel.cpp')
-rw-r--r--comms/qtel/files/patch-qtel-qtel.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/qtel/files/patch-qtel-qtel.cpp b/comms/qtel/files/patch-qtel-qtel.cpp
deleted file mode 100644
index 511968eaa892..000000000000
--- a/comms/qtel/files/patch-qtel-qtel.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../svxlink-11.05.orig/qtel/qtel.cpp 2009-07-19 15:51:16.000000000 -0700
-+++ qtel/qtel.cpp 2012-05-28 10:27:56.000000000 -0700
-@@ -141,7 +141,7 @@
-
- QTranslator translator(0);
- translator.load(QString("qtel_") + QTextCodec::locale(),
-- "/usr/share/qtel/translations");
-+ "%%LOCALBASE%%/share/qtel/translations");
- app.installTranslator(&translator);
-
- Settings *settings = Settings::instance();