summaryrefslogtreecommitdiff
path: root/src/util/cresmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/cresmgr.cpp')
-rw-r--r--src/util/cresmgr.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/cresmgr.cpp b/src/util/cresmgr.cpp
index 2fc26d4..908c5f3 100644
--- a/src/util/cresmgr.cpp
+++ b/src/util/cresmgr.cpp
@@ -68,6 +68,15 @@ const QString icon = "questionable.svg";
namespace mainMenu { //Main menu
namespace view { //Main menu->View
+namespace showBookshelf {
+const QString icon = "books.svg";
+}
+namespace showBookmarks {
+const QString icon = "bookmark.svg";
+}
+namespace showMag {
+const QString icon = "document_magnifier.svg";
+}
namespace showMainIndex {
const QString icon = "view_index.svg";
const QKeySequence accel(Qt::Key_F9);