]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for the bug IPAL22851: Sub-shapes spelling
authorana <ana@opencascade.com>
Fri, 13 Jan 2012 13:39:45 +0000 (13:39 +0000)
committerana <ana@opencascade.com>
Fri, 13 Jan 2012 13:39:45 +0000 (13:39 +0000)
src/Prs/SALOME_Prs.h
src/SOCC/SOCC_ViewModel.cxx

index 5b44ec74163df3bb2f860be964493e84bf556a70..20d30785fb2795e2c569270c8227f6d6f1dbcf12 100755 (executable)
@@ -74,7 +74,7 @@ public:
   //! Should return true, if this presentation contains a graphic object
   virtual bool IsNull() const = 0;
 
-  //! Key method for double dispatch of activation of subshapes selection
+  //! Key method for double dispatch of activation of sub-shapes selection
   virtual void LocalSelectionIn( SALOME_View*, const int ) const = 0;
 };
 
@@ -115,7 +115,7 @@ public:
   //! invoke Update() method corresponding to the actual type of presentation.
   virtual void Update( SALOME_Displayer* );
 
-  //! Key method for double dispatch of activation of subshapes selection
+  //! Key method for double dispatch of activation of sub-shapes selection
   virtual void LocalSelectionIn( SALOME_View*, const int ) const;
 };
 
@@ -155,7 +155,7 @@ public:
   //! invoke Update() method corresponding to the actual type of presentation.
   virtual void Update( SALOME_Displayer* );
 
-  //! Key method for double dispatch of activation of subshapes selection
+  //! Key method for double dispatch of activation of sub-shapes selection
   virtual void LocalSelectionIn( SALOME_View*, const int ) const;
 };
 
@@ -194,7 +194,7 @@ public:
   //! invoke Update() method corresponding to the actual type of presentation.
   virtual void Update( SALOME_Displayer* );
 
-  //! Key method for double dispatch of activation of subshapes selection
+  //! Key method for double dispatch of activation of sub-shapes selection
   virtual void LocalSelectionIn( SALOME_View*, const int ) const;
 };
 
index 89beb3b1c68a1e0e0d284af9ef0bc0046421f0da..aa23946aca8c8bb00beb4d7ad355d94cdcc67419 100755 (executable)
@@ -126,7 +126,7 @@ bool SOCC_Viewer::highlight( const Handle(SALOME_InteractiveObject)& obj,
     {
       if ( !isInLocal )
           OCCViewer_Viewer::highlight( ite.Value(), hilight, false );
-      // highlight subshapes only when local selection is active
+      // highlight sub-shapes only when local selection is active
       else
       {
         /*if ( ite.Value()->IsKind( STANDARD_TYPE( SALOME_AISShape ) ) )
@@ -564,7 +564,7 @@ SALOME_Prs* SOCC_Viewer::CreatePrs( const char* entry )
 }
 
 /*!
-  Activates selection of sub shapes
+  Activates selection of sub-shapes
 */
 void SOCC_Viewer::LocalSelection( const SALOME_OCCPrs* thePrs, const int theMode )
 {
@@ -609,7 +609,7 @@ void SOCC_Viewer::LocalSelection( const SALOME_OCCPrs* thePrs, const int theMode
 }
 
 /*!
-  Deactivates selection of sub shapes
+  Deactivates selection of sub-shapes
 */
 void SOCC_Viewer::GlobalSelection( const bool update ) const
 {