From 117b166ca68c8bf56dfdaae735ccfa33b7f30a16 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:53 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- examples/application/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/application/application.cpp') diff --git a/examples/application/application.cpp b/examples/application/application.cpp index ee7b945f7..d67a5149d 100644 --- a/examples/application/application.cpp +++ b/examples/application/application.cpp @@ -67,7 +67,7 @@ ApplicationWindow::ApplicationWindow() TQWhatsThis::add( fileOpen, fileOpenText ); - TQMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", openIcon ); + TQMimeSourceFactory::defaultFactory()->setPixmap( "document-open", openIcon ); const char * fileSaveText = "

Click this button to save the file you " "are editing. You will be prompted for a file name.\n" -- cgit v1.2.3