diff --git a/sources/newelementwizard.cpp b/sources/newelementwizard.cpp index 25f4f5801..c5358902a 100644 --- a/sources/newelementwizard.cpp +++ b/sources/newelementwizard.cpp @@ -39,6 +39,7 @@ NewElementWizard::NewElementWizard(QWidget *parent, Qt::WindowFlags f) : QWizard(parent, f), chosen_category(0) { + setOptions(options() & ~QWizard::NoCancelButton); setPixmap(LogoPixmap, QPixmap(":/ico/256x256/qelectrotech.png").scaled(64, 64, Qt::KeepAspectRatio, Qt::SmoothTransformation)); setWindowTitle(tr("Cr\351er un nouvel \351l\351ment : Assistant", "window title")); setButtonText(QWizard::NextButton, tr("&Suivant >"));