/[packages]/cauldron/qcad/current/SOURCES/qcad-3.12.2.3-mga-fix-i18n.patch
ViewVC logotype

Contents of /cauldron/qcad/current/SOURCES/qcad-3.12.2.3-mga-fix-i18n.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 904717 - (show annotations) (download)
Sat Nov 21 15:44:02 2015 UTC (8 years, 4 months ago) by alexl
File size: 737 byte(s)
- version 3.12.2.3
- build with qt5
- partially fix i18n for the first start
- del upstreamed patches
- install documentation for help system
- install man page
- fix removing project files
- install libs in libdir/qcad instead of libdir
1 diff -ur qcad-3.12.2.3.orig/scripts/Widgets/FirstStart/FirstStart.js qcad-3.12.2.3/scripts/Widgets/FirstStart/FirstStart.js
2 --- qcad-3.12.2.3.orig/scripts/Widgets/FirstStart/FirstStart.js 2015-11-18 23:15:31.000000000 +0300
3 +++ qcad-3.12.2.3/scripts/Widgets/FirstStart/FirstStart.js 2015-11-21 15:55:55.000000000 +0300
4 @@ -166,7 +166,7 @@
5 if (code != "en") {
6 var translator = new QTranslator(qApp);
7 //if (translator.load("FirstStart." + code, this.path + "/ts")) {
8 - if (translator.load("script_" + code, "ts")) {
9 + if (translator.load("FirstStart_" + code, this.path + "/ts")) {
10 QCoreApplication.installTranslator(translator);
11 this.translators.push(translator);
12 } else {

  ViewVC Help
Powered by ViewVC 1.1.30