summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mediumglobal.cc
Unidiff
Diffstat (limited to 'noncore/settings/mediummount/mediumglobal.cc') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/mediummount/mediumglobal.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/settings/mediummount/mediumglobal.cc b/noncore/settings/mediummount/mediumglobal.cc
index 921fcd1..c1ad415 100644
--- a/noncore/settings/mediummount/mediumglobal.cc
+++ b/noncore/settings/mediummount/mediumglobal.cc
@@ -8,4 +8,5 @@
8#include <qframe.h> 8#include <qframe.h>
9#include <qgroupbox.h> 9#include <qgroupbox.h>
10#include <qwhatsthis.h>
10 11
11#include <qpe/config.h> 12#include <qpe/config.h>
@@ -32,5 +33,6 @@ void MediumGlobalWidget::initGUI()
32 m_label = new QLabel( this ); 33 m_label = new QLabel( this );
33 m_label->setTextFormat( Qt::RichText ); 34 m_label->setTextFormat( Qt::RichText );
34 m_label->setText( tr("If a medium gets inserted into this device Opie " 35 m_label->setText( tr("") );
36 QWhatsThis::add( this, ("If a medium gets inserted into this device Opie "
35 "tries to search the medium for Dcouments. On " 37 "tries to search the medium for Dcouments. On "
36 "large mediums this can take some time. You can choose " 38 "large mediums this can take some time. You can choose "
@@ -39,4 +41,5 @@ void MediumGlobalWidget::initGUI()
39 "each medium." 41 "each medium."
40 ) ); 42 ) );
43
41 m_layout->addWidget( m_label ); 44 m_layout->addWidget( m_label );
42 45