diff options
-rw-r--r-- | krusader/Panel/listpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Panel/listpanel.cpp b/krusader/Panel/listpanel.cpp index e83eb5f..48c6904 100644 --- a/krusader/Panel/listpanel.cpp +++ b/krusader/Panel/listpanel.cpp @@ -203,7 +203,7 @@ ListPanel::ListPanel( TQString typeIn, TQWidget *parent, bool &left, const char TQPixmap pixMap = origin->button() ->iconSet() ->pixmap( TQIconSet::Small, TQIconSet::Normal ); origin->button() ->setFixedSize( pixMap.width() + 4, pixMap.height() + 4 ); TQWhatsThis::add - ( origin, i18n( "Use superb KDE file dialog to choose location. " ) ); + ( origin, i18n( "Use superb TDE file dialog to choose location. " ) ); origin->setShowLocalProtocol( false ); origin->lineEdit() ->setURLDropsEnabled( true ); origin->lineEdit() ->installEventFilter( this ); |