]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterWindow.cxx
BUG contour line
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / pPlotterWindow.cxx
index 7442ce91f2029233afcb0ecb4e8b0f675fd8f606..4fb13342677e2bb7e0f3ed79dddfb8b03b4f3109 100644 (file)
@@ -1533,7 +1533,7 @@ void pPlotterWindow::InitFunctionForVectors( pGraphicalFunction *ff )
                m_popmenu.Enable(mpID_LINE_GUIDES,true);
                m_popmenu.Enable(pwID_TRASLATEACTUALFUNCTION,true);
                //------------------------------------------
-               //Sending the paarticular event of changed actual function
+               //Sending the particular event of changed actual function
                //-------------------------------------------
                wxCommandEvent cevent( wxEVT_PPLOTTER_CHANGED_FUNCTION, GetId() );
                cevent.SetEventObject(this);
@@ -1674,7 +1674,7 @@ void pPlotterWindow :: actualizeViewRange(int newMinX, int newMaxX)
        UpdateAll();
 }
 /*
-* Guide lines menu handler method that reacts to the mpID_LINE_GUIDES cimmand event
+* Guide lines menu handler method that reacts to the mpID_LINE_GUIDES command event
 * event The corresponding event to handle
 */
 void pPlotterWindow :: OnGuideLines (wxCommandEvent   &event)
@@ -1714,12 +1714,12 @@ pGraphicalFunction* pPlotterWindow::getFunction(int index)
 }
 /*
          move the functions that the user wants to move
-         and that were setted in functionsToMove
-         @param porcentageMinX:the porcentage that the minShowed
-         of the funcntions have to be move
+         and that were set in functionsToMove
+         @param porcentageMinX:the percentage that the minShowed
+         of the functions have to be move
                0<=porcentageMinX<=1
-         @param porcentageMaxX:the porcentage that the maxShowed
-         of the funcntions have to be move
+         @param porcentageMaxX:the percentage that the maxShowed
+         of the functions have to be move
                0<=porcentageMaxX<=1
 
        */