diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-05 01:41:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-05 01:41:05 +0200 |
commit | f86f04ee3f29f173d606d30dccaeb8eced9becae (patch) | |
tree | 597625079e44736402128ef9dca68ec9c83abb27 /src/bookmarks/bookmarkcontextmenu.cpp | |
parent | Stupid spaces.. (diff) | |
parent | - Add a 'Don't ask again' option to some message dialog (diff) | |
download | rekonq-f86f04ee3f29f173d606d30dccaeb8eced9becae.tar.xz |
Merge branch 'm155'
Diffstat (limited to 'src/bookmarks/bookmarkcontextmenu.cpp')
-rw-r--r-- | src/bookmarks/bookmarkcontextmenu.cpp | 4 |
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; |