author | leseb <leseb> | 2002-07-09 14:45:24 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-07-09 14:45:24 (UTC) |
commit | f7faf1381c556f1b20e2fd91390d31db5a8ea17b (patch) (side-by-side diff) | |
tree | e227f7c9cb7118e3f1be915a74c59a45f19c3bd0 | |
parent | 2d3147a590a150773b84ce6e0aa65f7515a1f178 (diff) | |
download | opie-f7faf1381c556f1b20e2fd91390d31db5a8ea17b.zip opie-f7faf1381c556f1b20e2fd91390d31db5a8ea17b.tar.gz opie-f7faf1381c556f1b20e2fd91390d31db5a8ea17b.tar.bz2 |
Change some pics directory (Fix bug #107)
-rw-r--r-- | core/pim/datebook/datebook.cpp | 4 | ||||
-rw-r--r-- | core/pim/datebook/opie-datebook.control | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/datebook/datebook.cpp b/core/pim/datebook/datebook.cpp index 76260e2..c0a744a 100644 --- a/core/pim/datebook/datebook.cpp +++ b/core/pim/datebook/datebook.cpp @@ -125,13 +125,13 @@ DateBook::DateBook( QWidget *parent, const char *, WFlags f ) QAction *a = new QAction( tr( "New" ), Resource::loadPixmap( "new" ), QString::null, 0, this, 0 ); connect( a, SIGNAL( activated() ), this, SLOT( fileNew() ) ); a->addTo( sub_bar ); - a = new QAction( tr( "Today" ), Resource::loadPixmap( "to_day" ), QString::null, 0, g, 0 ); + a = new QAction( tr( "Today" ), Resource::loadPixmap( "datebook/to_day" ), QString::null, 0, g, 0 ); connect( a, SIGNAL( activated() ), this, SLOT( slotToday() ) ); a->addTo( sub_bar ); a->addTo( view ); a = new QAction( tr( "Day" ), Resource::loadPixmap( "day" ), QString::null, 0, g, 0 ); connect( a, SIGNAL( activated() ), this, SLOT( viewDay() ) ); @@ -145,13 +145,13 @@ DateBook::DateBook( QWidget *parent, const char *, WFlags f ) connect( a, SIGNAL( activated() ), this, SLOT( viewWeek() ) ); a->addTo( sub_bar ); a->addTo( view ); a->setToggleAction( TRUE ); weekAction = a; - a = new QAction( tr( "WeekLst" ), Resource::loadPixmap( "weeklst" ), QString::null, 0, g, 0 ); + a = new QAction( tr( "WeekLst" ), Resource::loadPixmap( "datebook/weeklst" ), QString::null, 0, g, 0 ); connect( a, SIGNAL( activated() ), this, SLOT( viewWeekLst() ) ); a->addTo( sub_bar ); a->addTo( view ); a->setToggleAction( TRUE ); weekLstAction = a; diff --git a/core/pim/datebook/opie-datebook.control b/core/pim/datebook/opie-datebook.control index 9bef119..6cd96ff 100644 --- a/core/pim/datebook/opie-datebook.control +++ b/core/pim/datebook/opie-datebook.control @@ -1,7 +1,7 @@ -Files: bin/datebook apps/Applications/datebook.desktop +Files: bin/datebook apps/Applications/datebook.desktop pics/datebook Priority: optional Section: opie/applications Maintainer: Warwick Allison <warwick@trolltech.com> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION) |