diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:10:12 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:10:12 -0500 |
commit | 6d3dca838492ddc6596d110ec11a9d5d75bbd6d4 (patch) | |
tree | b2c80c69618d12286a8e5f29cf6e9ad70b531b88 /buildtools/autotools/addapplicationdlg.cpp | |
parent | fd06cd80d2fb44f970b3d7b026f9eb3c330a46cf (diff) | |
download | tdevelop-6d3dca838492ddc6596d110ec11a9d5d75bbd6d4.tar.gz tdevelop-6d3dca838492ddc6596d110ec11a9d5d75bbd6d4.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 'buildtools/autotools/addapplicationdlg.cpp')
-rw-r--r-- | buildtools/autotools/addapplicationdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/addapplicationdlg.cpp b/buildtools/autotools/addapplicationdlg.cpp index a8f56a03..af275e37 100644 --- a/buildtools/autotools/addapplicationdlg.cpp +++ b/buildtools/autotools/addapplicationdlg.cpp @@ -63,7 +63,7 @@ AddApplicationDialog::AddApplicationDialog(AutoProjectWidget *widget, Subproject for (it = l.begin(); it != l.end(); ++it) new TQListViewItem(availtypes_listview, (*it)->name()); - setIcon ( SmallIcon ( "window_new" ) ); + setIcon ( SmallIcon ( "window-new" ) ); } |