diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:59 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:59 -0500 |
commit | 3a347442a45a0631beade76b2870e6c823c2304c (patch) | |
tree | 3c9bc3285f66032a43f2559736dc81d281ab82bc /quanta/dialogs | |
parent | bd6cf65a81ec1ece59e191497f8796405babd15b (diff) | |
download | tdewebdev-3a347442a45a0631beade76b2870e6c823c2304c.tar.gz tdewebdev-3a347442a45a0631beade76b2870e6c823c2304c.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'quanta/dialogs')
-rw-r--r-- | quanta/dialogs/tagdialogs/tagimgdlgdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/dialogs/tagdialogs/tagimgdlgdata.cpp b/quanta/dialogs/tagdialogs/tagimgdlgdata.cpp index 97c82811..d20ab7cd 100644 --- a/quanta/dialogs/tagdialogs/tagimgdlgdata.cpp +++ b/quanta/dialogs/tagdialogs/tagimgdlgdata.cpp @@ -123,7 +123,7 @@ void TagImgDlg::initDialog(){ widgetImg= new PictureView(this); grid->addMultiCellWidget(widgetImg, 5, 10, 0, 4); - buttonImgSource->setPixmap( SmallIcon("fileopen") ); + buttonImgSource->setPixmap( SmallIcon("document-open") ); buttonRecalcImgSize->setPixmap( SmallIcon("reload") ); } |