diff options
author | Chris <xchrisx@uber.space> | 2019-07-14 18:46:56 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-07-15 05:10:00 +0000 |
commit | 0721f2d3f40ee990c2227563889dff3d540f9224 (patch) | |
tree | bc38e2a1628837d3a92ff751e3b5e4532750b1f5 /twin | |
parent | 13c6ecc3fe99ea37b55adb8bb13d8d0811c80deb (diff) | |
download | tdebase-0721f2d3f40ee990c2227563889dff3d540f9224.tar.gz tdebase-0721f2d3f40ee990c2227563889dff3d540f9224.zip |
Fix remaining brandings in tdebase.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'twin')
-rw-r--r-- | twin/kcmtwin/twindecoration/buttons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/kcmtwin/twindecoration/buttons.cpp b/twin/kcmtwin/twindecoration/buttons.cpp index a7dc8a90d..f47e0f532 100644 --- a/twin/kcmtwin/twindecoration/buttons.cpp +++ b/twin/kcmtwin/twindecoration/buttons.cpp @@ -608,7 +608,7 @@ void ButtonDropSite::drawContents( TQPainter* p ) p->fillRect( r, c1 ); p->setPen( Qt::white ); p->setFont( TQFont( TDEGlobalSettings::generalFont().family(), 12, TQFont::Bold) ); - p->drawText( r, AlignLeft | AlignVCenter, i18n("KDE") ); + p->drawText( r, AlignLeft | AlignVCenter, i18n("TDE") ); offset = geometry().width() - 3 - rightoffset; drawButtonList( p, buttonsRight, offset ); |