diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-12-13 17:10:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-12-13 17:10:52 +0000 |
commit | 1326f5eb26db1d3037ae6c7c0ac4d333efe83fee (patch) | |
tree | e4f5c5dc8d597276a9e8ed0d4ed5a47613d7df35 /graphics/diffpdf/files/patch-main.cpp | |
parent | Update SLADE to version 3.1.3. (diff) |
- use qt5
Obtained from: debian
Diffstat (limited to 'graphics/diffpdf/files/patch-main.cpp')
-rw-r--r-- | graphics/diffpdf/files/patch-main.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/diffpdf/files/patch-main.cpp b/graphics/diffpdf/files/patch-main.cpp new file mode 100644 index 000000000000..50febf5bd24f --- /dev/null +++ b/graphics/diffpdf/files/patch-main.cpp @@ -0,0 +1,10 @@ +--- main.cpp.orig 2013-10-15 07:01:22 UTC ++++ main.cpp +@@ -31,7 +31,6 @@ int main(int argc, char *argv[]) + app.setOrganizationDomain("qtrac.eu"); + app.setApplicationName("DiffPDF"); + app.setWindowIcon(QIcon(":/icon.png")); +- QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8")); + + QTextStream out(stdout); + QStringList args = app.arguments().mid(1); |