Ignore:
Timestamp:
Dec 11, 2007, 5:25:54 PM (17 years ago)
Author:
garnier
Message:

tickets #101 corrige

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLQtViewer.cc

    r655 r656  
    10871087  QString format = selectedFormat->toLower();
    10881088#endif
    1089   G4OpenGLQtExportDialog* exportDialog= new G4OpenGLQtExportDialog(GLWindow,nomFich,format,fWindow->height(),fWindow->width());
     1089  G4OpenGLQtExportDialog* exportDialog= new G4OpenGLQtExportDialog(GLWindow,format,fWindow->height(),fWindow->width());
    10901090  if(  exportDialog->exec()) {
    10911091
     
    11511151    } else {
    11521152#if QT_VERSION < 0x040000
    1153       G4cerr << "File "<<nomFich.ascii()<<" saved \n" << G4endl;
    1154 #else
    1155       G4cerr << "File "<<nomFich.toStdString().c_str()<<" saved \n" << G4endl;
     1153      G4cout << "File "<<nomFich.ascii()<<" has been saved \n" << G4endl;
     1154#else
     1155      G4cout << "File "<<nomFich.toStdString().c_str()<<" has been saved \n" << G4endl;
    11561156#endif
    11571157    }
     
    13261326  glRenderMode (GL_FEEDBACK);
    13271327 
    1328 #ifdef GEANT4_QT_DEBUG
    1329   printf("generateVectorEPS::  AVANt DRAWVIEW !!======================== \n");
    1330 #endif
    13311328  glViewport (0, 0, aWidth,aHeight);
    13321329  DrawView();
    13331330
    1334 #ifdef GEANT4_QT_DEBUG
    1335   printf("generateVectorEPS::  APREs DRAWVIEW !!======================== \n");
    1336 #endif
    13371331  returned = glRenderMode (GL_RENDER);
    13381332 
Note: See TracChangeset for help on using the changeset viewer.