]> Creatis software - clitk.git/commit
Change name of the button in Image Arithm tool
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Mon, 4 Mar 2019 15:47:12 +0000 (16:47 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Mon, 4 Mar 2019 15:47:12 +0000 (16:47 +0100)
commit05306a598620f8eecd320abc606d1cff4b96f333
treeee41f5255db9915a0101275b02cf4b10847b1293
parent83eb68efc39ad8fcb5e4e684afafcfc86b829c96
Change name of the button in Image Arithm tool

Before, it was QDialogButtonBox::Discard, but according to https://doc.qt.io/archives/qt-4.8/qdialogbuttonbox.html#StandardButton-enum
it can be displayed "Don't save".
For this tool, we want to select 1 image instead of 2, so the name of the button is not appropriate.
Moreover in skip function, the comparision to "Discard" can be complicated with another name.

So I prefer to use Ignore button because it's more appropriate
vv/vvToolSimpleInputSelectorWidget.cxx