From 3a347442a45a0631beade76b2870e6c823c2304c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:59 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- quanta/src/quantaview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quanta/src/quantaview.cpp') diff --git a/quanta/src/quantaview.cpp b/quanta/src/quantaview.cpp index bcef6729..158ba563 100644 --- a/quanta/src/quantaview.cpp +++ b/quanta/src/quantaview.cpp @@ -282,7 +282,7 @@ void QuantaView::updateTab() { if (qConfig.showCloseButtons == "ShowAlways") { - setIcon(SmallIcon("fileclose")); + setIcon(SmallIcon("window-close")); } if (m_document) { @@ -298,7 +298,7 @@ void QuantaView::updateTab() setMDICaption(urlStr + " " + i18n("[modified]")); } else { - setIcon(SmallIcon("filesave")); + setIcon(SmallIcon("document-save")); setMDICaption(urlStr); } m_szCaption = urlStr + " " + i18n("[modified]"); -- cgit v1.2.3