diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 22:21:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 22:21:23 -0600 |
commit | b6609bb30d91121e98eb2bbe2cf89ff144680e84 (patch) | |
tree | 5d8a9133155e9e2e9cde60e2cc3670de03ae5d35 /kcontrol/krdb | |
parent | 2242eb95a7bcd686207e2043340fed5ccc8b7609 (diff) | |
parent | 56a663b7c2cf18978a349015b6e19f1d898e8bb9 (diff) | |
download | tdebase-b6609bb30d91121e98eb2bbe2cf89ff144680e84.tar.gz tdebase-b6609bb30d91121e98eb2bbe2cf89ff144680e84.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'kcontrol/krdb')
-rw-r--r-- | kcontrol/krdb/ad/README | 2 | ||||
-rw-r--r-- | kcontrol/krdb/krdb.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/krdb/ad/README b/kcontrol/krdb/ad/README index a051becc7..830ba77b4 100644 --- a/kcontrol/krdb/ad/README +++ b/kcontrol/krdb/ad/README @@ -49,7 +49,7 @@ The krdb utility works by putting your current KDE color and font scheme into preprocessor statements, concatenating the specially written application default files and using xrdb -merge to write to RESOURCE_MANAGER. Thus it gives a -simple way to make non-KDE applications fit in with the +simple way to make non-TDE applications fit in with the desktop. krdb now comes with a set of general purpose configuration diff --git a/kcontrol/krdb/krdb.cpp b/kcontrol/krdb/krdb.cpp index 60ee13bfe..d966af4cf 100644 --- a/kcontrol/krdb/krdb.cpp +++ b/kcontrol/krdb/krdb.cpp @@ -3,7 +3,7 @@ ** ** KRDB - puts current KDE color scheme into preprocessor statements ** cats specially written application default files and uses xrdb -merge to -** write to RESOURCE_MANAGER. Thus it gives a simple way to make non-KDE +** write to RESOURCE_MANAGER. Thus it gives a simple way to make non-TDE ** applications fit in with the desktop ** ** Copyright (C) 1998 by Mark Donohoe @@ -345,7 +345,7 @@ static void createGtkrc( bool exportColors, const TQColorGroup& cg, int version "#\n" "# If you do not want KDE to override your GTK settings, select\n" "# Appearance & Themes -> Colors in the Control Center and disable the checkbox\n" - "# \"Apply colors to non-KDE applications\"\n" + "# \"Apply colors to non-TDE applications\"\n" "#\n" "#\n").arg(TQDateTime::currentDateTime().toString()); |