Generalize "Cancel Compute" mechanism to be able to report

"Computation canceled" instead of "Algorithm failed" as failure reason

+        <source>COMPERR_CANCELED</source>
+        <translation>Computation canceled</translation>
This commit is contained in:
eap 2012-07-20 16:12:27 +00:00
parent c553d12402
commit 6d10682edc

View File

@ -123,6 +123,10 @@
<source>COMPERR_UNKNOWN</source>
<translation>Unknown error</translation>
</message>
<message>
<source>COMPERR_CANCELED</source>
<translation>Computation canceled</translation>
</message>
<message>
<source>SMESH_GEOM</source>
<translation>Geometry</translation>