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.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/util/cresmgr.cpp b/src/util/cresmgr.cpp
index 908c5f3..a122039 100644
--- a/src/util/cresmgr.cpp
+++ b/src/util/cresmgr.cpp
@@ -2,7 +2,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2011 by the BibleTime developers.
+* Copyright 1999-2014 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -221,6 +221,12 @@ const char* actionName = "tipOfTheDay_action";
}//mainMenu::help
} //end of mainMenu
+namespace findWidget {
+const QString close_icon = "stop.svg";
+const QString previous_icon = "back.svg";
+const QString next_icon = "forward.svg";
+}
+
namespace searchdialog {
const QString icon = "find.svg";
const QString close_icon = "stop.svg";