Gui: refactor: change Preview button label to Confirm Selection
Transparent preview can be enabled so it wasn't representative
This commit is contained in:
committed by
Kacper Donat
parent
802af4c464
commit
a5c2ccaa87
@@ -75,18 +75,6 @@ TaskDressUpParameters::~TaskDressUpParameters()
|
||||
Gui::Selection().rmvSelectionGate();
|
||||
}
|
||||
|
||||
const QString TaskDressUpParameters::btnPreviewStr()
|
||||
{
|
||||
const QString text{ tr("Preview") };
|
||||
return text;
|
||||
}
|
||||
|
||||
const QString TaskDressUpParameters::btnSelectStr()
|
||||
{
|
||||
const QString text{ tr("Select") };
|
||||
return text;
|
||||
}
|
||||
|
||||
void TaskDressUpParameters::setupTransaction()
|
||||
{
|
||||
if (DressUpView.expired())
|
||||
|
||||
Reference in New Issue
Block a user