author | eilers <eilers> | 2003-01-13 13:23:20 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-01-13 13:23:20 (UTC) |
commit | 7f3e8539c2967e9c78cbd5fd4e676a0fba4e1fb1 (patch) (unidiff) | |
tree | 645276629a58bbe1c1cec0dc307ded857d8283eb | |
parent | 55266a0b221b065a94dc1a83860f9603c1d3c2c5 (diff) | |
download | opie-7f3e8539c2967e9c78cbd5fd4e676a0fba4e1fb1.zip opie-7f3e8539c2967e9c78cbd5fd4e676a0fba4e1fb1.tar.gz opie-7f3e8539c2967e9c78cbd5fd4e676a0fba4e1fb1.tar.bz2 |
Minor changes for what's this !
-rw-r--r-- | core/pim/today/plugins/addressbook/addresspluginconfig.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginconfig.cpp b/core/pim/today/plugins/addressbook/addresspluginconfig.cpp index 45d9a3e..8d7bec6 100644 --- a/core/pim/today/plugins/addressbook/addresspluginconfig.cpp +++ b/core/pim/today/plugins/addressbook/addresspluginconfig.cpp | |||
@@ -41,7 +41,7 @@ AddressBookPluginConfig::AddressBookPluginConfig( QWidget *parent, const char* | |||
41 | 41 | ||
42 | SpinBox2 = new QSpinBox( box1, "SpinBox2" ); | 42 | SpinBox2 = new QSpinBox( box1, "SpinBox2" ); |
43 | SpinBox2->setMaxValue( 40 ); | 43 | SpinBox2->setMaxValue( 40 ); |
44 | QWhatsThis::add( SpinBox2 , tr( "Set the maximum number of lines that should be shown for each" ) ); | 44 | QWhatsThis::add( SpinBox2 , tr( "Set the maximum number of lines that should be shown for each anniversaries/birthdays" ) ); |
45 | 45 | ||
46 | QHBox *box2 = new QHBox( this ); | 46 | QHBox *box2 = new QHBox( this ); |
47 | 47 | ||
@@ -63,7 +63,7 @@ AddressBookPluginConfig::AddressBookPluginConfig( QWidget *parent, const char* | |||
63 | QHBox *box4 = new QHBox( this ); | 63 | QHBox *box4 = new QHBox( this ); |
64 | 64 | ||
65 | QLabel* colorLabel = new QLabel( box4, "" ); | 65 | QLabel* colorLabel = new QLabel( box4, "" ); |
66 | colorLabel->setText( tr( "To activate color settings:\nRestart application !" ) ); | 66 | colorLabel->setText( tr( "To activate settings: Restart application !" ) ); |
67 | 67 | ||
68 | QHBox *box5 = new QHBox( this ); | 68 | QHBox *box5 = new QHBox( this ); |
69 | 69 | ||
@@ -88,14 +88,14 @@ AddressBookPluginConfig::AddressBookPluginConfig( QWidget *parent, const char* | |||
88 | QLabel* colorLabel6 = new QLabel( box7, "" ); | 88 | QLabel* colorLabel6 = new QLabel( box7, "" ); |
89 | colorLabel6->setText( tr( "days: " ) ); | 89 | colorLabel6->setText( tr( "days: " ) ); |
90 | urgentColor = new OColorButton( box7, red , "urgentColor" ); | 90 | urgentColor = new OColorButton( box7, red , "urgentColor" ); |
91 | QWhatsThis::add( urgentColor , tr( "This color will be used if we are close to the event !" ) ); | 91 | QWhatsThis::add( urgentColor , tr( "This urgent color will be used if we are close to the event !" ) ); |
92 | QWhatsThis::add( SpinUrgentClip , tr( "How many days we should search forward" ) ); | 92 | QWhatsThis::add( SpinUrgentClip , tr( "The urgent color will be used if the birthday/anniversary is closer than given days !" ) ); |
93 | 93 | ||
94 | 94 | ||
95 | layout->addWidget( box4 ); | ||
95 | layout->addWidget( box1 ); | 96 | layout->addWidget( box1 ); |
96 | layout->addWidget( box2 ); | 97 | layout->addWidget( box2 ); |
97 | layout->addWidget( box3 ); | 98 | layout->addWidget( box3 ); |
98 | layout->addWidget( box4 ); | ||
99 | layout->addWidget( box5 ); | 99 | layout->addWidget( box5 ); |
100 | layout->addWidget( box6 ); | 100 | layout->addWidget( box6 ); |
101 | layout->addWidget( box7 ); | 101 | layout->addWidget( box7 ); |