summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkcontextmenu.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-05 01:41:05 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-05 01:41:05 +0200
commitf86f04ee3f29f173d606d30dccaeb8eced9becae (patch)
tree597625079e44736402128ef9dca68ec9c83abb27 /src/bookmarks/bookmarkcontextmenu.cpp
parentStupid spaces.. (diff)
parent- Add a 'Don't ask again' option to some message dialog (diff)
downloadrekonq-f86f04ee3f29f173d606d30dccaeb8eced9becae.tar.xz
Merge branch 'm155'
Diffstat (limited to 'src/bookmarks/bookmarkcontextmenu.cpp')
-rw-r--r--src/bookmarks/bookmarkcontextmenu.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkcontextmenu.cpp b/src/bookmarks/bookmarkcontextmenu.cpp
index dec4382f..e731d982 100644
--- a/src/bookmarks/bookmarkcontextmenu.cpp
+++ b/src/bookmarks/bookmarkcontextmenu.cpp
@@ -222,7 +222,9 @@ void BookmarkContextMenu::deleteBookmark()
: i18n("Are you sure you wish to remove the bookmark\n\"%1\"?", name),
folder ? i18n("Bookmark Folder Deletion")
: i18n("Bookmark Deletion"),
- KStandardGuiItem::del())
+ KStandardGuiItem::del(),
+ KStandardGuiItem::cancel(),
+ "bookmarkDeletition_askAgain")
!= KMessageBox::Continue
)
return;