summaryrefslogtreecommitdiff
path: root/core
authorharlekin <harlekin>2003-04-03 17:45:37 (UTC)
committer harlekin <harlekin>2003-04-03 17:45:37 (UTC)
commit934e4d81bc078c704a39f02663607a6c16a5b29f (patch) (side-by-side diff)
tree8897e81843a41418b8a7e42c22f10207b163cad1 /core
parentf62005c53c93148eaa13eac50ea6814a41afb216 (diff)
downloadopie-934e4d81bc078c704a39f02663607a6c16a5b29f.zip
opie-934e4d81bc078c704a39f02663607a6c16a5b29f.tar.gz
opie-934e4d81bc078c704a39f02663607a6c16a5b29f.tar.bz2
set max days ahead to 21, closes #815
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/datebook/datebookpluginconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/plugins/datebook/datebookpluginconfig.cpp b/core/pim/today/plugins/datebook/datebookpluginconfig.cpp
index dc6dee9..0477122 100644
--- a/core/pim/today/plugins/datebook/datebookpluginconfig.cpp
+++ b/core/pim/today/plugins/datebook/datebookpluginconfig.cpp
@@ -66,7 +66,7 @@ DatebookPluginConfig::DatebookPluginConfig( QWidget* parent, const char* name)
TextLabelDays->setText( tr( "How many more days" ) );
SpinBox2 = new QSpinBox( box5, "SpinBox2" );
QWhatsThis::add( SpinBox2 , tr( "How many more days should be in the range" ) );
- SpinBox2->setMaxValue( 7 );
+ SpinBox2->setMaxValue( 21 );
SpinBox2->setSuffix( tr( " day(s)" ) );
SpinBox2->setSpecialValueText ( tr("only today") );