summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:53 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:53 -0500
commitd87b3ce512ee4164511af3b931a5a85df2c6018e (patch)
treed7add67b5f852ba9675e81a29f26800ed6bbf64b
parenta3562a945cf697afc3e6bfb3d752bf8f99098e5c (diff)
downloadtqscintilla-d87b3ce512ee4164511af3b931a5a85df2c6018e.tar.gz
tqscintilla-d87b3ce512ee4164511af3b931a5a85df2c6018e.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliancer14.0.0
-rw-r--r--example/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/application.cpp b/example/application.cpp
index bd351ba..ab40c63 100644
--- a/example/application.cpp
+++ b/example/application.cpp
@@ -70,7 +70,7 @@ ApplicationWindow::ApplicationWindow()
TQWhatsThis::add( fileOpen, fileOpenText );
- TQMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", openIcon );
+ TQMimeSourceFactory::defaultFactory()->setPixmap( "document-open", openIcon );
const char * fileSaveText = "<p>Click this button to save the file you "
"are editing. You will be prompted for a file name.\n"