From eac7424f22a70f39c7b57d2beeb87c4a7cd7e93d Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Sep 2010 21:11:18 +0000 Subject: Bugfix batch 2/2 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksplashml/main.cpp | 2 +- ksplashml/pics/splash.png | Bin 39971 -> 38464 bytes ksplashml/pics/themes/blue-bend/splash_top.png | Bin 67597 -> 74445 bytes ksplashml/pics/themes/default/Preview.png | Bin 31945 -> 30511 bytes ksplashml/pics/themes/default/Theme.rc | 4 ++-- ksplashml/pics/themes/default/locolor/Theme.rc | 4 ++-- .../pics/themes/default/locolor/splash_top.png | Bin 8958 -> 7985 bytes ksplashml/pics/themes/default/splash_top.png | Bin 17514 -> 16010 bytes ksplashml/themeengine/default/themelegacy.h | 2 +- ksplashml/themeengine/objkstheme.cpp | 2 +- 10 files changed, 7 insertions(+), 7 deletions(-) (limited to 'ksplashml') diff --git a/ksplashml/main.cpp b/ksplashml/main.cpp index 2a79723d2..995cf8a2a 100644 --- a/ksplashml/main.cpp +++ b/ksplashml/main.cpp @@ -43,7 +43,7 @@ int main( int argc, char **argv ) "ksplash", I18N_NOOP("KSplash"), VERSION, - I18N_NOOP("KDE splash screen"), + I18N_NOOP("Trinity splash screen"), KAboutData::License_GPL, I18N_NOOP("(c) 2001 - 2003, Flaming Sword Productions\n (c) 2003 KDE developers"), "http://www.kde.org"); diff --git a/ksplashml/pics/splash.png b/ksplashml/pics/splash.png index 6608881c9..0be338743 100644 Binary files a/ksplashml/pics/splash.png and b/ksplashml/pics/splash.png differ diff --git a/ksplashml/pics/themes/blue-bend/splash_top.png b/ksplashml/pics/themes/blue-bend/splash_top.png index 8cde6855f..bfcd8637b 100644 Binary files a/ksplashml/pics/themes/blue-bend/splash_top.png and b/ksplashml/pics/themes/blue-bend/splash_top.png differ diff --git a/ksplashml/pics/themes/default/Preview.png b/ksplashml/pics/themes/default/Preview.png index 4b589d71d..468318984 100644 Binary files a/ksplashml/pics/themes/default/Preview.png and b/ksplashml/pics/themes/default/Preview.png differ diff --git a/ksplashml/pics/themes/default/Theme.rc b/ksplashml/pics/themes/default/Theme.rc index 75cfed06f..fbae7f956 100644 --- a/ksplashml/pics/themes/default/Theme.rc +++ b/ksplashml/pics/themes/default/Theme.rc @@ -4,12 +4,12 @@ Name = KDE 3.5 Splash Screen Description = Waves of change Version = 1.0 -Author = Lee Olson +Author = Lee Olson and Timothy Pearson # Theme behaviour settings. Engine = Default -# Should icons blink ala KDE, or not? +# Should icons blink ala Trinity, or not? Icons Flashing = true # Show progress bar? diff --git a/ksplashml/pics/themes/default/locolor/Theme.rc b/ksplashml/pics/themes/default/locolor/Theme.rc index 75cfed06f..fbae7f956 100644 --- a/ksplashml/pics/themes/default/locolor/Theme.rc +++ b/ksplashml/pics/themes/default/locolor/Theme.rc @@ -4,12 +4,12 @@ Name = KDE 3.5 Splash Screen Description = Waves of change Version = 1.0 -Author = Lee Olson +Author = Lee Olson and Timothy Pearson # Theme behaviour settings. Engine = Default -# Should icons blink ala KDE, or not? +# Should icons blink ala Trinity, or not? Icons Flashing = true # Show progress bar? diff --git a/ksplashml/pics/themes/default/locolor/splash_top.png b/ksplashml/pics/themes/default/locolor/splash_top.png index 6e09167a3..52d5d32b7 100644 Binary files a/ksplashml/pics/themes/default/locolor/splash_top.png and b/ksplashml/pics/themes/default/locolor/splash_top.png differ diff --git a/ksplashml/pics/themes/default/splash_top.png b/ksplashml/pics/themes/default/splash_top.png index 0db66470b..e0336c5aa 100644 Binary files a/ksplashml/pics/themes/default/splash_top.png and b/ksplashml/pics/themes/default/splash_top.png differ diff --git a/ksplashml/themeengine/default/themelegacy.h b/ksplashml/themeengine/default/themelegacy.h index 95ad6634e..852425414 100644 --- a/ksplashml/themeengine/default/themelegacy.h +++ b/ksplashml/themeengine/default/themelegacy.h @@ -35,7 +35,7 @@ protected: }; /** - * @short Traditional KDE splash screen. + * @short Traditional Trinity splash screen. */ class ObjKsTheme; class KDE_EXPORT ThemeDefault : public ThemeEngine diff --git a/ksplashml/themeengine/objkstheme.cpp b/ksplashml/themeengine/objkstheme.cpp index 8ed1cad2f..9aa6d2b26 100644 --- a/ksplashml/themeengine/objkstheme.cpp +++ b/ksplashml/themeengine/objkstheme.cpp @@ -132,7 +132,7 @@ bool ObjKsTheme::loadKConfig( KConfig *cfg, const TQString& activeTheme, bool fo m_text.append( cfg->readEntry( "Message5", i18n("Loading the desktop") ) ); m_text.append( cfg->readEntry( "Message6", i18n("Loading the panel") ) ); m_text.append( cfg->readEntry( "Message7", i18n("Restoring session") ) ); - m_text.append( cfg->readEntry( "Message8", i18n("KDE is up and running") ) ); + m_text.append( cfg->readEntry( "Message8", i18n("Trinity is up and running") ) ); return true; } -- cgit v1.2.1