From 689827c423251656924193e02b90e643764b66a3 Mon Sep 17 00:00:00 2001 From: Vladimir Svyatski Date: Fri, 29 Apr 2016 19:05:16 +0300 Subject: [PATCH] updated Qt's URLs (redirect is still working, but still - why don't we show the new ones?) (#38) Updated Qt's URLs. --- doc/Translate.html | 2 +- src/Dialog_About.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Translate.html b/doc/Translate.html index e6a92381..b972e488 100644 --- a/doc/Translate.html +++ b/doc/Translate.html @@ -21,7 +21,7 @@ a:visited { color: #0000EE; }

Introduction:

-

LameXP v4.xx is a complete re-write of LameXP. This time LameXP is developed in C++ and it is based on the Qt cross-platform application framework. The good news for translators is that Qt provides full Unicode support, which was also one of the main reasons for the re-write. Consequently there will be no more headache with different Codepages! Furthermore the Qt framework provides a sophisticated translation system, which allows for easy internationalization and localization. There even is an easy-to-use graphical tool for translating Qt application, which is called Qt Linguist. Consequently, before you start translating, you should make yourself familiar with the Qt Linguist application. As a translator, having a quick look at the Qt Linguist manual for translators should be sufficient.

+

LameXP v4.xx is a complete re-write of LameXP. This time LameXP is developed in C++ and it is based on the Qt cross-platform application framework. The good news for translators is that Qt provides full Unicode support, which was also one of the main reasons for the re-write. Consequently there will be no more headache with different Codepages! Furthermore the Qt framework provides a sophisticated translation system, which allows for easy internationalization and localization. There even is an easy-to-use graphical tool for translating Qt application, which is called Qt Linguist. Consequently, before you start translating, you should make yourself familiar with the Qt Linguist application. As a translator, having a quick look at the Qt Linguist manual for translators should be sufficient.


Prerequisites:

diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp index 20482d39..ddfb3de9 100644 --- a/src/Dialog_About.cpp +++ b/src/Dialog_About.cpp @@ -111,7 +111,7 @@ g_lamexp_specialThanks[] = { "RareWares", "http://www.rarewares.org/" }, { "GitHub", "http://github.com/" }, { "SourceForge", "http://sourceforge.net/" }, - { "Qt Developer Network", "http://qt-project.org/" }, + { "Qt Developer Network", "https://www.qt.io/developers/" }, { "CodePlex", "http://www.codeplex.com/" }, { "Marius Hudea", "http://savedonthe.net/" }, { "Codecs.com", "http://www.codecs.com/" }, -- 2.11.4.GIT