summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-18 10:48:06 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-18 10:48:06 +0200
commit27209e691c57cdd380cee8385c0127c9f838fbd8 (patch)
tree9b19e466938118a7202cbf77a4c239b2ca73331e /src/urlbar/urlbar.cpp
parentFix tools & bookmarks shortcuts behavior (diff)
parent- Adapt removeBookmark to Jon's new method (diff)
downloadrekonq-27209e691c57cdd380cee8385c0127c9f838fbd8.tar.xz
Merge commit 'refs/merge-requests/174' of git://gitorious.org/rekonq/mainline into m174
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r--src/urlbar/urlbar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index e2033120..0d130b94 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -312,10 +312,12 @@ void UrlBar::loadFinished()
if (Application::bookmarkProvider()->bookmarkForUrl(_tab->url()).isNull())
{
_icon->setIcon(KIcon("bookmarks").pixmap(32,32, QIcon::Disabled));
+ _icon->setToolTip(i18n("Bookmark this page"));
}
else
{
_icon->setIcon(KIcon("bookmarks"));
+ _icon->setToolTip(i18n("Edit this bookmark"));
}
// show KGet downloads??