summaryrefslogtreecommitdiffstats
path: root/qelly-git/Fix-QTranslator-Filename.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qelly-git/Fix-QTranslator-Filename.patch')
-rw-r--r--qelly-git/Fix-QTranslator-Filename.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/qelly-git/Fix-QTranslator-Filename.patch b/qelly-git/Fix-QTranslator-Filename.patch
deleted file mode 100644
index a94e061..0000000
--- a/qelly-git/Fix-QTranslator-Filename.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/main.cpp b/src/main.cpp
-index fc7bba4..b32f858 100644
---- a/src/main.cpp
-+++ b/src/main.cpp
-@@ -36,7 +36,8 @@ int main(int argc, char *argv[])
-
- YL::init_table();
- QTranslator trans;
-- trans.load(QLocale::system(), "Qelly", "_");
-+ trans.load("Qelly_" + QLocale::system().name().toLower(),
-+ a.applicationDirPath(), "_");
- a.installTranslator(&trans);
-
- UJ::Qelly::Controller c;
files'>
path: root/x11-toolkits/rubygem-gtk2/files
Commit message (Expand)AuthorAgeFilesLines
* Update to 3.1.3Sunpoet Po-Chuan Hsieh2017-04-291-3/+3