summaryrefslogtreecommitdiff
path: root/noncore/settings
authorsandman <sandman>2002-12-22 16:37:07 (UTC)
committer sandman <sandman>2002-12-22 16:37:07 (UTC)
commit150e066a847e8e10848cfd10a635b9cec57347b3 (patch) (side-by-side diff)
tree8e16dec1950321db67455b0011b79fcae0469c68 /noncore/settings
parent9ee5295d934e0876dfe0b7e0a4ee05012c491f91 (diff)
downloadopie-150e066a847e8e10848cfd10a635b9cec57347b3.zip
opie-150e066a847e8e10848cfd10a635b9cec57347b3.tar.gz
opie-150e066a847e8e10848cfd10a635b9cec57347b3.tar.bz2
Fixed some window captions to match the corresponding launcher icons
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/appearance2/appearance.cpp2
-rw-r--r--noncore/settings/language/languagesettingsbase.ui2
-rw-r--r--noncore/settings/mediummount/mainwindow.cc2
3 files changed, 4 insertions, 2 deletions
diff --git a/noncore/settings/appearance2/appearance.cpp b/noncore/settings/appearance2/appearance.cpp
index e9e0ad9..2b35119 100644
--- a/noncore/settings/appearance2/appearance.cpp
+++ b/noncore/settings/appearance2/appearance.cpp
@@ -404,13 +404,13 @@ QWidget *Appearance::createAdvancedTab ( QWidget *parent, Config &cfg )
}
Appearance::Appearance( QWidget* parent, const char* name, WFlags )
: QDialog ( parent, name, true, WStyle_ContextHelp )
{
- setCaption( tr( "Appearance" ) );
+ setCaption( tr( "Appearance Settings" ) );
Config config( "qpe" );
config.setGroup( "Appearance" );
QVBoxLayout *top = new QVBoxLayout ( this, 3, 3 );
diff --git a/noncore/settings/language/languagesettingsbase.ui b/noncore/settings/language/languagesettingsbase.ui
index 62bdafa..ae317e4 100644
--- a/noncore/settings/language/languagesettingsbase.ui
+++ b/noncore/settings/language/languagesettingsbase.ui
@@ -14,13 +14,13 @@
<width>369</width>
<height>492</height>
</rect>
</property>
<property stdset="1">
<name>caption</name>
- <string>Language</string>
+ <string>Language Settings</string>
</property>
<vbox>
<property stdset="1">
<name>margin</name>
<number>11</number>
</property>
diff --git a/noncore/settings/mediummount/mainwindow.cc b/noncore/settings/mediummount/mainwindow.cc
index cf8ad6c..6d9bb80 100644
--- a/noncore/settings/mediummount/mainwindow.cc
+++ b/noncore/settings/mediummount/mainwindow.cc
@@ -14,12 +14,14 @@ using namespace MediumMountSetting;
MainWindow::MainWindow( QWidget *parent, const char *name, WFlags )
: QMainWindow( parent, name, WStyle_ContextHelp )
{
+ setCaption ( tr( "Medium Mount Settings" ));
+
// m_lay = new QVBoxLayout( this );
m_tab = new QTabWidget( this );
setCentralWidget( m_tab );
init();
}