diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:09:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:09:58 -0500 |
commit | 0997355d79648e53be30911482d56707fead6090 (patch) | |
tree | c6bcd7c93cab582ac2c3c34341005e226375dc0d /kexi/widget | |
parent | d504497c10d3cc9441a39245af1723e8c0ae556d (diff) | |
download | koffice-0997355d79648e53be30911482d56707fead6090.tar.gz koffice-0997355d79648e53be30911482d56707fead6090.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
Diffstat (limited to 'kexi/widget')
-rw-r--r-- | kexi/widget/kexibrowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/kexibrowser.cpp b/kexi/widget/kexibrowser.cpp index 208fb974..3e16cddc 100644 --- a/kexi/widget/kexibrowser.cpp +++ b/kexi/widget/kexibrowser.cpp @@ -190,7 +190,7 @@ KexiBrowser::KexiBrowser(TQWidget* parent, KexiMainWindow *mainWin, int features } } - m_executeAction = new TDEAction(i18n("Execute"), "player_play", 0, TQT_TQOBJECT(this), + m_executeAction = new TDEAction(i18n("Execute"), "media-playback-start", 0, TQT_TQOBJECT(this), TQT_SLOT(slotExecuteObject()), TQT_TQOBJECT(this), "data_execute"); m_exportActionMenu = new TDEActionMenu(i18n("Export")); |