summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/apps/helpbrowser/helpbrowser.cpp5
-rw-r--r--core/apps/helpbrowser/opie-helpbrowser.control2
-rw-r--r--core/apps/helpbrowser/pics/home.pngbin0 -> 693 bytes
3 files changed, 4 insertions, 3 deletions
diff --git a/core/apps/helpbrowser/helpbrowser.cpp b/core/apps/helpbrowser/helpbrowser.cpp
index d32fc0b..e20d49b 100644
--- a/core/apps/helpbrowser/helpbrowser.cpp
+++ b/core/apps/helpbrowser/helpbrowser.cpp
@@ -1,4 +1,4 @@
-/**********************************************************************
+#/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qtopia Environment.
@@ -97,7 +97,8 @@ void HelpBrowser::init( const QString& _home )
forwardAction->addTo( toolbar );
forwardAction->setEnabled( FALSE );
- QAction *a = new QAction( tr( "Home" ), Resource::loadPixmap( "home" ), QString::null, 0, this, 0 );
+ QAction *a = new QAction( tr( "Home" ), Resource::loadPixmap(
+"helpbrowser/home" ), QString::null, 0, this, 0 );
connect( a, SIGNAL( activated() ), browser, SLOT( home() ) );
//a->addTo( go );
a->addTo( toolbar );
diff --git a/core/apps/helpbrowser/opie-helpbrowser.control b/core/apps/helpbrowser/opie-helpbrowser.control
index a9eff38..e4fbf40 100644
--- a/core/apps/helpbrowser/opie-helpbrowser.control
+++ b/core/apps/helpbrowser/opie-helpbrowser.control
@@ -1,4 +1,4 @@
-Files: bin/helpbrowser apps/Applications/helpbrowser.desktop docs
+Files: bin/helpbrowser apps/Applications/helpbrowser.desktop docs pics/helpbrowser/*
Priority: optional
Section: opie/applications
Maintainer: Warwick Allison <warwick@trolltech.com>
diff --git a/core/apps/helpbrowser/pics/home.png b/core/apps/helpbrowser/pics/home.png
new file mode 100644
index 0000000..e9ba024
--- a/dev/null
+++ b/core/apps/helpbrowser/pics/home.png
Binary files differ