[0.4.14][SYSDM] Restore the general tabs layout and soft localization update

Although the new layout that I committed in the previous commit
was favored by community ratings votes 8:0,
some devs still preferred the old layout with the bigger logo
because they liked the easteregg. So this commit restores
that.

But it syncs to that features latest&greatest implementation
we have in 0.4.15-dev-1685-gd0c237a instead of reverting the
previous commit to not unnecessarily have many bugs with it
that were still affecting the older releases beforehand.

Aside from the general tabs dialogs layout this commit does
also fix some minor issues in the translations for the oldest
branches in pl-PL, jp-JA, zh-CN and zh-TW.

And it fixes an x64 issue in general.c for 0.4.7 and 0.4.8.
This commit is contained in:
Joachim Henze 2021-02-01 21:44:40 +01:00
parent c84b113225
commit 44e1f96e57
33 changed files with 547 additions and 468 deletions

View file

@ -9,6 +9,9 @@
#define KERNEL_VERSION_RC "@KERNEL_VERSION@\0"
#define KERNEL_VERSION_STR "@KERNEL_VERSION@"
#define KERNEL_VERSION_REVISION_RC "@REVISION@\0"
#define KERNEL_VERSION_REVISION_STR "@REVISION@"
#define KERNEL_VERSION_COMMIT_HASH "@COMMIT_HASH@"
#define REACTOS_DLL_VERSION_MAJOR @REACTOS_DLL_VERSION_MAJOR@