mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-21 00:19:41 +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>
|
||||
<translation>Unknown error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>COMPERR_CANCELED</source>
|
||||
<translation>Computation canceled</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SMESH_GEOM</source>
|
||||
<translation>Geometry</translation>
|
||||
|
Loading…
Reference in New Issue
Block a user