mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-22 02:35:37 +05:00
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:
parent
c553d12402
commit
6d10682edc
@ -123,6 +123,10 @@
|
|||||||
<source>COMPERR_UNKNOWN</source>
|
<source>COMPERR_UNKNOWN</source>
|
||||||
<translation>Unknown error</translation>
|
<translation>Unknown error</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>COMPERR_CANCELED</source>
|
||||||
|
<translation>Computation canceled</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>SMESH_GEOM</source>
|
<source>SMESH_GEOM</source>
|
||||||
<translation>Geometry</translation>
|
<translation>Geometry</translation>
|
||||||
|
Loading…
Reference in New Issue
Block a user