From: nds Date: Wed, 15 Oct 2008 09:49:05 +0000 (+0000) Subject: Change print icon. X-Git-Tag: V1_1_0~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=82f803d0b66f814dc8d40372e80096355bfb3ace;p=modules%2Fgui.git Change print icon. --- 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()));