summaryrefslogtreecommitdiffstats
path: root/ksplashml
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-17 21:11:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-17 21:11:18 +0000
commiteac7424f22a70f39c7b57d2beeb87c4a7cd7e93d (patch)
tree83c19a10f22521290c48d2f39e39b5b7d0316dfc /ksplashml
parent543cc6312fbb723545f97ab7a8426be7ddd0d673 (diff)
downloadtdebase-eac7424f22a70f39c7b57d2beeb87c4a7cd7e93d.tar.gz
tdebase-eac7424f22a70f39c7b57d2beeb87c4a7cd7e93d.zip
Bugfix batch 2/2
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksplashml')
-rw-r--r--ksplashml/main.cpp2
-rw-r--r--ksplashml/pics/splash.pngbin39971 -> 38464 bytes
-rw-r--r--ksplashml/pics/themes/blue-bend/splash_top.pngbin67597 -> 74445 bytes
-rw-r--r--ksplashml/pics/themes/default/Preview.pngbin31945 -> 30511 bytes
-rw-r--r--ksplashml/pics/themes/default/Theme.rc4
-rw-r--r--ksplashml/pics/themes/default/locolor/Theme.rc4
-rw-r--r--ksplashml/pics/themes/default/locolor/splash_top.pngbin8958 -> 7985 bytes
-rw-r--r--ksplashml/pics/themes/default/splash_top.pngbin17514 -> 16010 bytes
-rw-r--r--ksplashml/themeengine/default/themelegacy.h2
-rw-r--r--ksplashml/themeengine/objkstheme.cpp2
10 files changed, 7 insertions, 7 deletions
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
--- a/ksplashml/pics/splash.png
+++ b/ksplashml/pics/splash.png
Binary files 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
--- a/ksplashml/pics/themes/blue-bend/splash_top.png
+++ b/ksplashml/pics/themes/blue-bend/splash_top.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/Preview.png b/ksplashml/pics/themes/default/Preview.png
index 4b589d71d..468318984 100644
--- a/ksplashml/pics/themes/default/Preview.png
+++ b/ksplashml/pics/themes/default/Preview.png
Binary files 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 <clearbeast@gmail.com>
+Author = Lee Olson <clearbeast@gmail.com> and Timothy Pearson <kb9vqf@pearsoncomputing.net>
# 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 <clearbeast@gmail.com>
+Author = Lee Olson <clearbeast@gmail.com> and Timothy Pearson <kb9vqf@pearsoncomputing.net>
# 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
--- a/ksplashml/pics/themes/default/locolor/splash_top.png
+++ b/ksplashml/pics/themes/default/locolor/splash_top.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/splash_top.png b/ksplashml/pics/themes/default/splash_top.png
index 0db66470b..e0336c5aa 100644
--- a/ksplashml/pics/themes/default/splash_top.png
+++ b/ksplashml/pics/themes/default/splash_top.png
Binary files 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;
}