https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f83c907902dd0340febd9…
commit f83c907902dd0340febd965f0f7747190f7cbdb9
Author: Václav Zouzalík <Vaclav.Zouzalik(a)seznam.cz>
AuthorDate: Wed Feb 3 22:14:15 2021 +0100
Commit: Robert Naumann <gonzomdx(a)gmail.com>
CommitDate: Thu Feb 4 13:53:49 2021 +0100
[THEMES] Fix Lunar theme
---
media/themes/Lunar/lunar.msstyles/lunar.rc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media/themes/Lunar/lunar.msstyles/lunar.rc
b/media/themes/Lunar/lunar.msstyles/lunar.rc
index eac38cf82cc..78823aed3ac 100644
--- a/media/themes/Lunar/lunar.msstyles/lunar.rc
+++ b/media/themes/Lunar/lunar.msstyles/lunar.rc
@@ -178,6 +178,9 @@ NORMAL_NORMALGROUPEXPAND_BMP BITMAP "bitmaps/dummy.bmp"
#pragma code_page(65001)
+#ifdef LANGUAGE_CS_CZ
+ #include "lang/cs-CZ.rc"
+#endif
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif