summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:09:55 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:09:55 -0500
commit3a7689edd4932bf5bb2c4b9c5845144940517511 (patch)
treec28396c2f10e30308d18c511a50202ad6a9755fc
parent3f38315c561e973ad708db06d8f279bfee4c5577 (diff)
downloadbibletime-3a7689edd4932bf5bb2c4b9c5845144940517511.tar.gz
bibletime-3a7689edd4932bf5bb2c4b9c5845144940517511.zip
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
-rw-r--r--bibletime/util/cresmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/util/cresmgr.cpp b/bibletime/util/cresmgr.cpp
index ef1c3d1..47c5f04 100644
--- a/bibletime/util/cresmgr.cpp
+++ b/bibletime/util/cresmgr.cpp
@@ -121,7 +121,7 @@ namespace CResMgr {
namespace showFullscreen {
TQString tooltip;
- const TQString icon = "window_fullscreen";
+ const TQString icon = "view-fullscreen";
const TDEShortcut accel = TQt::CTRL + TQt::SHIFT + TQt::Key_F;
const char* actionName = "windowFullscreen_action";
}