Add a Reset Bookmarks menu (empty the bookmarks), similar to Reset Session

This commit is contained in:
vsonnier
2018-01-12 19:17:04 +01:00
parent 0f72a0f683
commit 7b904bf803
4 changed files with 33 additions and 9 deletions
+4 -3
View File
@@ -43,9 +43,10 @@
#define wxID_SET_DB_OFFSET 2012
#define wxID_ABOUT_CUBICSDR 2013
#define wxID_OPEN_BOOKMARK 2020
#define wxID_SAVE_BOOKMARK 2021
#define wxID_SAVEAS_BOOKMARK 2022
#define wxID_OPEN_BOOKMARKS 2020
#define wxID_SAVE_BOOKMARKS 2021
#define wxID_SAVEAS_BOOKMARKS 2022
#define wxID_RESET_BOOKMARKS 2023
#define wxID_MAIN_SPLITTER 2050
#define wxID_VIS_SPLITTER 2051