diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:52 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:52 -0500 |
commit | b5f543cd3ac21fbe8bf461de25a6216533453bb6 (patch) | |
tree | 3161c7d02598f1ace3af6031c02c3607755ef073 /doc/html/qwhatsthis.html | |
parent | f0cc3689b3b210e9e27e0367112790fd45565ee7 (diff) | |
download | qt3-b5f543cd3ac21fbe8bf461de25a6216533453bb6.tar.gz qt3-b5f543cd3ac21fbe8bf461de25a6216533453bb6.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 'doc/html/qwhatsthis.html')
-rw-r--r-- | doc/html/qwhatsthis.html | 2 |
1 files changed, 1 insertions, 1 deletions
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>"; - <a name="x2104"></a> QMimeSourceFactory::<a href="qmimesourcefactory.html#defaultFactory">defaultFactory</a>()->setPixmap( "fileopen", + <a name="x2104"></a> QMimeSourceFactory::<a href="qmimesourcefactory.html#defaultFactory">defaultFactory</a>()->setPixmap( "document-open", <a name="x2102"></a> fileOpenAction-><a href="qaction.html#iconSet">iconSet</a>().pixmap() ); <a name="x2103"></a> fileOpenAction-><a href="qaction.html#setWhatsThis">setWhatsThis</a>( fileOpenText ); </pre> |