diff options
author | Slávek Banko <[email protected]> | 2021-01-24 01:46:16 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-24 01:46:46 +0100 |
commit | 7e29cdd8522c1cf9df9d644d31a7a6ad2abb87e2 (patch) | |
tree | 0c7ad8c6e28ba702a90fc4c5ef67379a1745a0c3 | |
parent | 4c914789c0db5ce2b7c16c4957796b1d566132fa (diff) | |
download | tdebase-7e29cdd8522c1cf9df9d644d31a7a6ad2abb87e2.tar.gz tdebase-7e29cdd8522c1cf9df9d644d31a7a6ad2abb87e2.zip |
Add missing basic descriptions to ksplash themes Standard and Redmond.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit fac8a55caf21af5c02e889638388fc9a864a0621)
-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 |