summaryrefslogtreecommitdiffstats
path: root/khelpcenter
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-11-02 14:58:27 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2018-11-08 01:50:14 +0000
commitf067dfc575173d45c0c3cd5732e0f7b69edd6fb5 (patch)
tree36578a9ebd3eb0966aa1c632b8451bfe6c6d3e51 /khelpcenter
parent2228191a50814f249b6257adf8c78ec844412435 (diff)
downloadtdebase-f067dfc575173d45c0c3cd5732e0f7b69edd6fb5.tar.gz
tdebase-f067dfc575173d45c0c3cd5732e0f7b69edd6fb5.zip
this relates to bug 2618
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'khelpcenter')
-rw-r--r--khelpcenter/glossary.cpp2
-rw-r--r--khelpcenter/view.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/glossary.cpp b/khelpcenter/glossary.cpp
index 0d25dbf79..3c662dacd 100644
--- a/khelpcenter/glossary.cpp
+++ b/khelpcenter/glossary.cpp
@@ -298,7 +298,7 @@ TQString Glossary::entryToHtml( const GlossaryEntry &entry )
.arg( entry.term() )
.arg( entry.definition() )
.arg( seeAlso)
- .arg( View::langLookup( "khelpcenter/kdelogo2.png" ) );
+ .arg( View::langLookup( "khelpcenter/tdelogo2.png" ) );
}
void Glossary::slotSelectGlossEntry( const TQString &id )
diff --git a/khelpcenter/view.cpp b/khelpcenter/view.cpp
index ea296b004..cf6f90f66 100644
--- a/khelpcenter/view.cpp
+++ b/khelpcenter/view.cpp
@@ -137,7 +137,7 @@ void View::showAboutPage()
.arg( i18n( "The Kicker Desktop Panel" ) )
.arg( i18n( "The Trinity Control Center" ) )
.arg( i18n( "The Konqueror File manager and Web Browser" ) )
- .arg( langLookup( "khelpcenter/kdelogo2.png" ) );
+ .arg( langLookup( "khelpcenter/tdelogo2.png" ) );
begin( KURL( "about:khelpcenter" ) );
write( res );
end();