From 9ba4b29cd8383daf307b41e5e2a780b604c7c226 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 13 Feb 2002 19:37:57 +0000 Subject: Santising pics. Took the opporunity to change Qtopia -> Opie in docs --- (limited to 'core/apps/helpbrowser/helpbrowser.cpp') 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 ); -- cgit v0.9.0.2