]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManagerCommand.cxx
Removed QVTKWidget, added installed libs for win
[clitk.git] / vv / vvSlicerManagerCommand.cxx
index e109b6d85c7b1c78bb6d72e8575357aed152643c..f635e383103e5756e48edced8c61cf2f71818f94 100644 (file)
@@ -1,10 +1,7 @@
 /*=========================================================================
 
 Program:   vv
-Module:    $RCSfile: vvSlicerManagerCommand.cxx,v $
 Language:  C++
-Date:      $Date: 2010/01/06 13:31:57 $
-Version:   $Revision: 1.1 $
 Author :   Pierre Seroul (pierre.seroul@gmail.com)
 
 Copyright (C) 2008
@@ -204,7 +201,7 @@ void vvSlicerManagerCallback::Execute(vtkObject *caller,
                     this->SM->Render();
                     return;
                 }
-                if (KeyPress == "r" or KeyPress=="R")
+                if (KeyPress == "r" || KeyPress=="R")
                 {
                     this->SM->GetSlicer(VisibleInWindow)->ResetCamera();
                     this->SM->GetSlicer(VisibleInWindow)->Render();