The following commit has been merged in the master branch:
commit 781039404a40b578b83666fa7a3347057784ab6d
Author: David Paleino <da...@debian.org>
Date:   Tue Apr 26 09:06:11 2011 +0200

    Oops. Fix it again

diff --git a/debian/patches/03-dont_embed_resources.patch 
b/debian/patches/03-dont_embed_resources.patch
index 0e1d389..69cf6c2 100644
--- a/debian/patches/03-dont_embed_resources.patch
+++ b/debian/patches/03-dont_embed_resources.patch
@@ -116,7 +116,7 @@ Forwarded: no
 -      d->gotoMenu->addAction( QIcon( ":/images/oxygen/bookmarks.png" ), tr( 
"Bookmark..." ), this, SLOT(gotoBookmark()) );
 -      d->gotoMenu->addAction( QIcon( ":/images/address.png" ), tr( 
"Address..." ), this, SLOT(gotoAddress()) );
 -      d->gotoMenu->addAction( QIcon( ":/images/oxygen/network-wireless.png" 
), tr( "GPS-Coordinate..." ), this, SLOT(gotoGpsCoordinate()) );
-+      d->gotoMenu->addAction( QIcon( 
"/usr/share/monav/images/oxygen/network-wireless.png" ), tr( "GPS-Location" ), 
this, SLOT(gotoGPSLocation()) );
++      d->gotoMenu->addAction( QIcon( 
"/usr/share/monav/images/oxygen/network-wireless.png" ), tr( "GPS-Location" ), 
this, SLOT(gotoGpsLocation()) );
 +      d->gotoMenu->addAction( QIcon( "/usr/share/monav/images/source.png" ), 
tr( "Departure" ), this, SLOT(gotoSource()) );
 +      d->gotoMenu->addAction( QIcon( "/usr/share/monav/images/target.png" ), 
tr( "Destination" ), this, SLOT(gotoTarget()) );
 +      d->gotoMenu->addAction( QIcon( 
"/usr/share/monav/images/oxygen/bookmarks.png" ), tr( "Bookmark" ), this, 
SLOT(gotoBookmark()) );

-- 
fast navigation system featuring exact routing

_______________________________________________
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-osm-commits

Reply via email to