author | mark <mark> | 2002-02-13 19:37:57 (UTC) |
---|---|---|
committer | mark <mark> | 2002-02-13 19:37:57 (UTC) |
commit | 9ba4b29cd8383daf307b41e5e2a780b604c7c226 (patch) (unidiff) | |
tree | 238795b65ae4e7626fdf6a4048a916092649542e | |
parent | 2723d2652fdb154d5679af9ec33e78a2673e451c (diff) | |
download | opie-9ba4b29cd8383daf307b41e5e2a780b604c7c226.zip opie-9ba4b29cd8383daf307b41e5e2a780b604c7c226.tar.gz opie-9ba4b29cd8383daf307b41e5e2a780b604c7c226.tar.bz2 |
Santising pics. Took the opporunity to change Qtopia -> Opie in docs
-rw-r--r-- | core/apps/helpbrowser/helpbrowser.cpp | 5 | ||||
-rw-r--r-- | core/apps/helpbrowser/opie-helpbrowser.control | 2 | ||||
-rw-r--r-- | core/apps/helpbrowser/pics/home.png | bin | 0 -> 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 @@ | |||
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. |
@@ -97,7 +97,8 @@ void HelpBrowser::init( const QString& _home ) | |||
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 ); |
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 @@ | |||
1 | Files: bin/helpbrowser apps/Applications/helpbrowser.desktop docs | 1 | Files: bin/helpbrowser apps/Applications/helpbrowser.desktop docs pics/helpbrowser/* |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 4 | 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 | |||