diff --git a/doc/Translate.html b/doc/Translate.html index 4fe79815..e6a92381 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/Config.h b/src/Config.h index 177005f4..971c7bfb 100644 --- a/src/Config.h +++ b/src/Config.h @@ -34,8 +34,8 @@ #define VER_LAMEXP_MINOR_HI 1 #define VER_LAMEXP_MINOR_LO 2 #define VER_LAMEXP_TYPE Beta -#define VER_LAMEXP_PATCH 2 -#define VER_LAMEXP_BUILD 1781 +#define VER_LAMEXP_PATCH 3 +#define VER_LAMEXP_BUILD 1782 #define VER_LAMEXP_CONFG 1700 ///////////////////////////////////////////////////////////////////////////////