Updated FAQ document and license text (RTF version).

This commit is contained in:
LoRd_MuldeR 2011-03-02 19:27:49 +01:00
parent 15282c6591
commit 1e2044d1a1
4 changed files with 3 additions and 3 deletions

View File

@ -255,7 +255,7 @@ then you can use LameXP's option to manually overwrite the maximum number of par
<br> <br>
Also be aware that LameXP only controls the number of instances that will run in parallel, but it does NOT<br> Also be aware that LameXP only controls the number of instances that will run in parallel, but it does NOT<br>
control how many threads an individual instance will create! Some encoders use "built-in" multi-threading and<br> control how many threads an individual instance will create! Some encoders use "built-in" multi-threading and<br>
thus will create several threads for a single encoder instance.<br><br> thus a single encoder instance may create several threads - LameXP has no control over that.<br><br>
<br><br> <br><br>

Binary file not shown.

View File

@ -38,4 +38,4 @@ LangString LAMEXP_LANG_LINK_CHANGELOG ${LANG_GERMAN} "Versionshistorie"
LangString LAMEXP_LANG_LINK_TRANSLATE ${LANG_GERMAN} "Leitfaden für Übersetzer" LangString LAMEXP_LANG_LINK_TRANSLATE ${LANG_GERMAN} "Leitfaden für Übersetzer"
LangString LAMEXP_LANG_LINK_UNINSTALL ${LANG_GERMAN} "Deinstallieren" LangString LAMEXP_LANG_LINK_UNINSTALL ${LANG_GERMAN} "Deinstallieren"
LangString LAMEXP_LANG_LINK_FAQ ${LANG_GERMAN} "Häufig Gestellte Fragen" LangString LAMEXP_LANG_LINK_FAQ ${LANG_GERMAN} "Häufig Gestellte Fragen"
LangString LAMEXP_LANG_PRERELEASE_WARNING ${LANG_GERMAN} "Sie sind dabei eine Demo-Version von LameXP zu installieren!" LangString LAMEXP_LANG_PRERELEASE_WARNING ${LANG_GERMAN} "Sie sind dabei eine Demo (Test) Version von LameXP zu installieren!"

View File

@ -25,7 +25,7 @@
#define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 1 #define VER_LAMEXP_MINOR_LO 1
#define VER_LAMEXP_BUILD 345 #define VER_LAMEXP_BUILD 346
#define VER_LAMEXP_SUFFIX Beta-4 #define VER_LAMEXP_SUFFIX Beta-4
/* /*