bleh, forgot to remove a note to myself in the last commit

This commit is contained in:
adelikat 2010-09-22 19:41:39 +00:00
parent 2a1a564b3c
commit 934c70421b
1 changed files with 0 additions and 1 deletions

View File

@ -1625,7 +1625,6 @@ LRESULT CALLBACK MemViewCallB(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa
// ################################## Start of SP CODE ########################### // ################################## Start of SP CODE ###########################
case MENU_MV_BOOKMARKS_RM_ALL: case MENU_MV_BOOKMARKS_RM_ALL:
//TODO: only ask if there is 1 or more bookmarks
if (nextBookmark) if (nextBookmark)
{ {
if (MessageBox(hwnd, "Remove All Bookmarks?", "Bookmarks", MB_YESNO) == IDYES) if (MessageBox(hwnd, "Remove All Bookmarks?", "Bookmarks", MB_YESNO) == IDYES)