]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Change print icon.
authornds <nds@opencascade.com>
Wed, 15 Oct 2008 09:49:05 +0000 (09:49 +0000)
committernds <nds@opencascade.com>
Wed, 15 Oct 2008 09:49:05 +0000 (09:49 +0000)
src/Plot2d/Plot2d_ViewWindow.cxx
src/SVTK/SVTK_MainWindow.cxx

index f323bb91568c5e3e6def0a6da34073c3a49470b0..2e78b7a19353b1f5eed8dd00edd500d2c06a7ec8 100755 (executable)
@@ -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" ) );
index 6fe0322738626e745b09e1e41a36059541ead78d..1216cfe3bccc7231e58001c0d7bb5c2e2773d1e5 100644 (file)
@@ -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()));