From kde-commits Thu Jul 31 23:04:39 2008 From: Torsten Rahn Date: Thu, 31 Jul 2008 23:04:39 +0000 To: kde-commits Subject: www/sites/edu/marble Message-Id: <1217545479.963944.18051.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121754548900313 SVN commit 840368 by rahn: - Fixing authors page M +1 -1 authors.php --- trunk/www/sites/edu/marble/authors.php #840367:840368 @@ -5,7 +5,7 @@ include ( "header.inc" ); $appinfo = new AppInfo( "Marble" ); - $appinfo->setIcon( "../pics/projects/ox32-app-marble.png", "32", "32" ); + $appinfo->setIcon( "./logo/marble-logo-72dpi.png" ); $appinfo->setVersion( "0.6.0" ); $appinfo->setLicense("lgpl"); $appinfo->setCopyright( "2005", "The Marble Project" );