diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-24 01:46:16 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-24 01:46:16 +0100 |
commit | fac8a55caf21af5c02e889638388fc9a864a0621 (patch) | |
tree | 6301237f3899797850a548a2a74d7773e0b7f02c /ksplashml/themeengine | |
parent | 629f6cfceeabaf873739494268f0746a1d7f8674 (diff) | |
download | tdebase-fac8a55caf21af5c02e889638388fc9a864a0621.tar.gz tdebase-fac8a55caf21af5c02e889638388fc9a864a0621.zip |
Add missing basic descriptions to ksplash themes Standard and Redmond.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ksplashml/themeengine')
-rw-r--r-- | ksplashml/themeengine/redmond/Theme.rc | 3 | ||||
-rw-r--r-- | ksplashml/themeengine/standard/Theme.rc | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ksplashml/themeengine/redmond/Theme.rc b/ksplashml/themeengine/redmond/Theme.rc index 3c5b0687e..a87deedc5 100644 --- a/ksplashml/themeengine/redmond/Theme.rc +++ b/ksplashml/themeengine/redmond/Theme.rc @@ -1,2 +1,5 @@ [KSplash Theme: Redmond] +Name = Redmond Splash Screen +Description = KSplash theme inspired by the Microsoft Windows startup screen. + Engine=Redmond diff --git a/ksplashml/themeengine/standard/Theme.rc b/ksplashml/themeengine/standard/Theme.rc index 2ae13af53..d4e4e5bd7 100644 --- a/ksplashml/themeengine/standard/Theme.rc +++ b/ksplashml/themeengine/standard/Theme.rc @@ -1,2 +1,5 @@ [KSplash Theme: Standard] +Name = Standard Splash Screen +Description = Standard TDE KSplash theme. + Engine=Standard |