[Pkg-osm-commits] [SCM] monav branch, master, updated. debian/0.3-1-2-g7810394
David Paleino
dapal at debian.org
Tue Apr 26 07:06:23 UTC 2011
The following commit has been merged in the master branch:
commit 781039404a40b578b83666fa7a3347057784ab6d
Author: David Paleino <dapal at 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
More information about the Pkg-osm-commits
mailing list