summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore 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,7 +1,7 @@
1/********************************************************************** 1#/**********************************************************************
2** Copyright (C) 2000 Trolltech AS. All rights reserved. 2** Copyright (C) 2000 Trolltech AS. All rights reserved.
3** 3**
4** This file is part of Qtopia Environment. 4** This file is part of Qtopia Environment.
5** 5**
6** This file may be distributed and/or modified under the terms of the 6** This file may be distributed and/or modified under the terms of the
7** GNU General Public License version 2 as published by the Free Software 7** GNU General Public License version 2 as published by the Free Software
@@ -94,13 +94,14 @@ void HelpBrowser::init( const QString& _home )
94 connect( browser, SIGNAL( forwardAvailable( bool ) ), 94 connect( browser, SIGNAL( forwardAvailable( bool ) ),
95 forwardAction, SLOT( setEnabled( bool ) ) ); 95 forwardAction, SLOT( setEnabled( bool ) ) );
96 //forwardAction->addTo( go ); 96 //forwardAction->addTo( go );
97 forwardAction->addTo( toolbar ); 97 forwardAction->addTo( toolbar );
98 forwardAction->setEnabled( FALSE ); 98 forwardAction->setEnabled( FALSE );
99 99
100 QAction *a = new QAction( tr( "Home" ), Resource::loadPixmap( "home" ), QString::null, 0, this, 0 ); 100 QAction *a = new QAction( tr( "Home" ), Resource::loadPixmap(
101"helpbrowser/home" ), QString::null, 0, this, 0 );
101 connect( a, SIGNAL( activated() ), browser, SLOT( home() ) ); 102 connect( a, SIGNAL( activated() ), browser, SLOT( home() ) );
102 //a->addTo( go ); 103 //a->addTo( go );
103 a->addTo( toolbar ); 104 a->addTo( toolbar );
104 105
105 bookm = new QPopupMenu( this ); 106 bookm = new QPopupMenu( this );
106 bookm->insertItem( tr( "Add Bookmark" ), this, SLOT( addBookmark() ) ); 107 bookm->insertItem( tr( "Add Bookmark" ), this, SLOT( addBookmark() ) );
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,7 +1,7 @@
1Files: bin/helpbrowser apps/Applications/helpbrowser.desktop docs 1Files: bin/helpbrowser apps/Applications/helpbrowser.desktop docs pics/helpbrowser/*
2Priority: optional 2Priority: optional
3Section: opie/applications 3Section: opie/applications
4Maintainer: Warwick Allison <warwick@trolltech.com> 4Maintainer: Warwick Allison <warwick@trolltech.com>
5Architecture: arm 5Architecture: arm
6Arch: iPAQ 6Arch: iPAQ
7Version: $QPE_VERSION-$SUB_VERSION 7Version: $QPE_VERSION-$SUB_VERSION
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