summaryrefslogtreecommitdiffstats
path: root/khelpcenter/glossary.cpp
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-11-02 14:58:27 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-11-08 11:05:30 +0900
commite40c895e26526277ebc0069053927d0e050e07a3 (patch)
tree0b44985f2fe544dfa3ddab607aad74c00870b658 /khelpcenter/glossary.cpp
parent753410778bb37e179b6594d624ea7bdf82481352 (diff)
downloadtdebase-e40c895e26526277ebc0069053927d0e050e07a3.tar.gz
tdebase-e40c895e26526277ebc0069053927d0e050e07a3.zip
this relates to bug 2618
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit f067dfc575173d45c0c3cd5732e0f7b69edd6fb5) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khelpcenter/glossary.cpp')
-rw-r--r--khelpcenter/glossary.cpp2
1 files changed, 1 insertions, 1 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 )