summaryrefslogtreecommitdiff
path: root/core/pim/osearch/datebooksearch.cpp
authordrw <drw>2004-04-06 15:42:02 (UTC)
committer drw <drw>2004-04-06 15:42:02 (UTC)
commite97648cdac8aba383e69e87c2d60644eb3bcc18d (patch) (unidiff)
treec85c0edba53e01966320fc64559b27cdbfc7ae50 /core/pim/osearch/datebooksearch.cpp
parentf55329d69e2dd21085294916b3ba49ea529214e0 (diff)
downloadopie-e97648cdac8aba383e69e87c2d60644eb3bcc18d.zip
opie-e97648cdac8aba383e69e87c2d60644eb3bcc18d.tar.gz
opie-e97648cdac8aba383e69e87c2d60644eb3bcc18d.tar.bz2
Some spelling and capitalization fixes for menu items
Diffstat (limited to 'core/pim/osearch/datebooksearch.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/datebooksearch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/osearch/datebooksearch.cpp b/core/pim/osearch/datebooksearch.cpp
index 34cf0ce..1b44be2 100644
--- a/core/pim/osearch/datebooksearch.cpp
+++ b/core/pim/osearch/datebooksearch.cpp
@@ -30,8 +30,8 @@ DatebookSearch::DatebookSearch(QListView* parent, QString name)
30{ 30{
31 QIconSet is = Resource::loadIconSet( "datebook/DateBookSmall" ); 31 QIconSet is = Resource::loadIconSet( "datebook/DateBookSmall" );
32 setPixmap( 0, is.pixmap( QIconSet::Large, true ) ); 32 setPixmap( 0, is.pixmap( QIconSet::Large, true ) );
33 actionShowPastEvents = new QAction( QObject::tr("show past events"),QString::null, 0, 0, 0, true ); 33 actionShowPastEvents = new QAction( QObject::tr("Show past events"),QString::null, 0, 0, 0, true );
34 actionSearchInDates = new QAction( QObject::tr("search in dates"),QString::null, 0, 0, 0, true ); 34 actionSearchInDates = new QAction( QObject::tr("Search in dates"),QString::null, 0, 0, 0, true );
35 Config cfg( "osearch", Config::User ); 35 Config cfg( "osearch", Config::User );
36 cfg.setGroup( "datebook_settings" ); 36 cfg.setGroup( "datebook_settings" );
37 actionShowPastEvents->setOn( cfg.readBoolEntry( "show_past_events", false ) ); 37 actionShowPastEvents->setOn( cfg.readBoolEntry( "show_past_events", false ) );