summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook
authordrw <drw>2002-10-26 19:12:24 (UTC)
committer drw <drw>2002-10-26 19:12:24 (UTC)
commitff2c581b50252714fb4621d088cbf0961ed23f2b (patch) (side-by-side diff)
treeeeae9967322a8ec4aa6b86d044c4b7ac0c700785 /noncore/apps/checkbook
parent0929d2489a2ae219fc6ab02f5fe0678a21f50190 (diff)
downloadopie-ff2c581b50252714fb4621d088cbf0961ed23f2b.zip
opie-ff2c581b50252714fb4621d088cbf0961ed23f2b.tar.gz
opie-ff2c581b50252714fb4621d088cbf0961ed23f2b.tar.bz2
Use new pics for checkbook
Diffstat (limited to 'noncore/apps/checkbook') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.cpp8
-rw-r--r--noncore/apps/checkbook/opie-checkbook.control4
2 files changed, 6 insertions, 6 deletions
diff --git a/noncore/apps/checkbook/checkbook.cpp b/noncore/apps/checkbook/checkbook.cpp
index ee65784..4b81c6d 100644
--- a/noncore/apps/checkbook/checkbook.cpp
+++ b/noncore/apps/checkbook/checkbook.cpp
@@ -75,5 +75,5 @@ Checkbook::Checkbook( QWidget *parent, const QString &n, const QString &fd, char
- mainWidget->addTab( initInfo(), "help_icon", tr( "Info" ) );
- mainWidget->addTab( initTransactions(), "Spreadsheet", tr( "Transactions" ) );
- mainWidget->addTab( initCharts(), "DocumentTypePowerPoint", tr( "Charts" ) );
+ mainWidget->addTab( initInfo(), "checkbook/infotab", tr( "Info" ) );
+ mainWidget->addTab( initTransactions(), "checkbook/trantab", tr( "Transactions" ) );
+ mainWidget->addTab( initCharts(), "checkbook/charttab", tr( "Charts" ) );
mainWidget->setCurrentTab( tr( "Info" ) );
@@ -249,3 +249,3 @@ QWidget *Checkbook::initCharts()
- QPushButton *btn = new QPushButton( Resource::loadPixmap( "edit" ), tr( "Draw" ), control );
+ QPushButton *btn = new QPushButton( Resource::loadPixmap( "checkbook/drawbtn" ), tr( "Draw" ), control );
QWhatsThis::add( btn, tr( "Click here to draw the graph." ) );
diff --git a/noncore/apps/checkbook/opie-checkbook.control b/noncore/apps/checkbook/opie-checkbook.control
index f8e14ca..7bde1db 100644
--- a/noncore/apps/checkbook/opie-checkbook.control
+++ b/noncore/apps/checkbook/opie-checkbook.control
@@ -1,5 +1,5 @@
-Files: bin/checkbook apps/Applications/checkbook.desktop pics/checkbook/checkbook.png
+Files: bin/checkbook apps/Applications/checkbook.desktop pics/checkbook
Priority: optional
Section: applications
-Maintainer: drw <drw@handhelds.org>
+Maintainer: Dan Williams <williamsdr@acm.org>
Architecture: arm