From 82f803d0b66f814dc8d40372e80096355bfb3ace Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 15 Oct 2008 09:49:05 +0000 Subject: [PATCH] Change print icon. --- src/Plot2d/Plot2d_ViewWindow.cxx | 2 +- src/SVTK/SVTK_MainWindow.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plot2d/Plot2d_ViewWindow.cxx b/src/Plot2d/Plot2d_ViewWindow.cxx index f323bb915..2e78b7a19 100755 --- a/src/Plot2d/Plot2d_ViewWindow.cxx +++ b/src/Plot2d/Plot2d_ViewWindow.cxx @@ -385,7 +385,7 @@ void Plot2d_ViewWindow::createActions() // 10. Print aAction = new QtxAction( tr( "MNU_PRINT_VIEW" ), - aResMgr->loadPixmap( "Plot2d", tr( "ICON_PLOT2D_PRINT" ) ), + aResMgr->loadPixmap( "STD", tr( "ICON_PRINT" ) ), tr( "MNU_PRINT_VIEW" ), 0, this); aAction->setStatusTip( tr( "DSC_PRINT_VIEW" ) ); diff --git a/src/SVTK/SVTK_MainWindow.cxx b/src/SVTK/SVTK_MainWindow.cxx index 6fe032273..1216cfe3b 100644 --- a/src/SVTK/SVTK_MainWindow.cxx +++ b/src/SVTK/SVTK_MainWindow.cxx @@ -595,7 +595,7 @@ SVTK_MainWindow // print view anAction = new QtxAction(tr("MNU_PRINT_VIEW"), - theResourceMgr->loadPixmap( "VTKViewer", tr( "ICON_PRINT_VIEW" ) ), + theResourceMgr->loadPixmap( "STD", tr( "ICON_PRINT" ) ), tr( "MNU_PRINT_VIEW" ), 0, this); anAction->setStatusTip(tr("DSC_PRINT_VIEW")); connect(anAction, SIGNAL(triggered(bool)), this, SLOT(onPrintView())); -- 2.39.2