From b5f543cd3ac21fbe8bf461de25a6216533453bb6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:52 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- doc/html/qwhatsthis.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qwhatsthis.html') diff --git a/doc/html/qwhatsthis.html b/doc/html/qwhatsthis.html index eafc62f..122fe42 100644 --- a/doc/html/qwhatsthis.html +++ b/doc/html/qwhatsthis.html @@ -89,7 +89,7 @@ stylesheet. This makes it possible to embed images. See "Click this button to open a <em>new file</em>. <br>" "You can also select the <b>Open</b> command " "from the <b>File</b> menu.</p>"; - QMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", + QMimeSourceFactory::defaultFactory()->setPixmap( "document-open", fileOpenAction->iconSet().pixmap() ); fileOpenAction->setWhatsThis( fileOpenText ); -- cgit v1.2.1