diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 13:39:12 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 13:39:12 -0500 |
commit | f8808b0dd7c0ab768a3ed93f6de2237057e82dbf (patch) | |
tree | 0bbeef3bee3b523050dd3e818bcf73302fdc55a9 /khexedit | |
parent | aee33a294b6e1d86e52d6139437a90f6fd34b100 (diff) | |
download | tdeutils-f8808b0dd7c0ab768a3ed93f6de2237057e82dbf.tar.gz tdeutils-f8808b0dd7c0ab768a3ed93f6de2237057e82dbf.zip |
Branding cleanup: What's This help, KDE -> TDE
Diffstat (limited to 'khexedit')
-rw-r--r-- | khexedit/optiondialog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/optiondialog.cc b/khexedit/optiondialog.cc index eceb759..89ed9b3 100644 --- a/khexedit/optiondialog.cc +++ b/khexedit/optiondialog.cc @@ -492,7 +492,7 @@ void COptionDialog::setupFilePage( void ) i18n( "Clicking this check box makes KHexEdit forget his recent document list " "when the program is closed.\n" "Note: it will not erase any document of the recent document list " - "created by KDE." ) ); + "created by TDE." ) ); connect( mFile.discardRecentCheck, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT( slotChanged())); @@ -502,7 +502,7 @@ void COptionDialog::setupFilePage( void ) TQWhatsThis::add( discardRecentButton, i18n( "Clicking this button makes KHexEdit forget his recent document list.\n" "Note: it will not erase any document of the recent document list " - "created by KDE." ) ); + "created by TDE." ) ); topLayout->addWidget( discardRecentButton, 0, AlignCenter ); connect( discardRecentButton, TQT_SIGNAL(clicked()), TQT_SIGNAL(removeRecentFiles()) ); |