diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 12:46:52 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 12:46:52 -0500 |
commit | ed7ade8530951177c9d9626e231ccf282826c6f3 (patch) | |
tree | dba1787621875412a1686582e7a31e52cff355dd | |
parent | 61204b0d7c5dc222dcf1a7b568e1f1476c3fbe83 (diff) | |
download | bibletime-ed7ade8530951177c9d9626e231ccf282826c6f3.tar.gz bibletime-ed7ade8530951177c9d9626e231ccf282826c6f3.zip |
Bring undo, redo, find, and revert icons into XDG compliance
-rw-r--r-- | bibletime/util/cresmgr.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bibletime/util/cresmgr.cpp b/bibletime/util/cresmgr.cpp index 79828ac..94dedbe 100644 --- a/bibletime/util/cresmgr.cpp +++ b/bibletime/util/cresmgr.cpp @@ -79,14 +79,14 @@ namespace CResMgr { namespace search { TQString tooltip; - const TQString icon = "find"; + const TQString icon = "edit-find"; const TDEShortcut accel = TQt::CTRL + TQt::Key_O; const char* actionName = "mainindex_search_action"; } namespace searchdefaultbible { TQString tooltip; - const TQString icon = "find"; + const TQString icon = "edit-find"; const TDEShortcut accel = TQt::CTRL + TQt::ALT + TQt::Key_F; const char* actionName = "mainindex_searchdefaultbible_action"; } @@ -248,7 +248,7 @@ namespace CResMgr { } //end of main menu namespace searchdialog { - const TQString icon = "find"; + const TQString icon = "edit-find"; namespace searchButton { TQString tooltip; @@ -379,7 +379,7 @@ namespace CResMgr { namespace search { TQString tooltip; - const TQString icon = "find"; + const TQString icon = "edit-find"; const TDEShortcut accel = TQt::CTRL + TQt::Key_L; const char* actionName = "window_search_action"; } @@ -505,7 +505,7 @@ namespace CResMgr { namespace restoreText { TQString tooltip; - const TQString icon = "undo"; + const TQString icon = "edit-undo"; const TDEShortcut accel = KKeySequence(); const char* actionName = "writeWindow_restoreText"; } @@ -668,7 +668,7 @@ namespace CResMgr { namespace search { TQString tooltip; - const TQString icon = "find"; + const TQString icon = "edit-find"; const TDEShortcut accel = TQt::CTRL + TQt::ALT + TQt::Key_M; const char* actionName = "GMsearch_action"; } |