Salome HOME
Use ampersand in XML of "F8: On/In/Out a Solid" filter.
authorazv <azv@opencascade.com>
Tue, 9 Jul 2019 08:37:28 +0000 (11:37 +0300)
committerazv <azv@opencascade.com>
Tue, 9 Jul 2019 08:37:28 +0000 (11:37 +0300)
src/FiltersPlugin/filter-RelativeToSolid.xml

index 9dd453c5e61bdab9a3e047d8e2b7accbb86f68a1..b75234f67a5851b1d43dfc8f545dbdd2f1ab7590 100644 (file)
@@ -10,7 +10,7 @@
     <case id="out" title="Out"/>
     <case id="on" title="On"/>
     <case id="not_on" title="Not On"/>
-    <case id="not_out" title="In and On"/>
-    <case id="not_in" title="On and Out"/>
+    <case id="not_out" title="In &amp; On"/>
+    <case id="not_in" title="On &amp; Out"/>
   </switch>
 </filter>