X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBEditingDialog.py;h=b6a1d942e3f0d16ef657b21a6ded72073a57c34a;hb=c9f5b182bcdf0efabe6be5730ab21e6b74dcd290;hp=27eb4107710d3146b175f30ea9c4f55c5c9a4e14;hpb=304caa2b30cc03dc6a27481b297e3504d963e037;p=bertos.git diff --git a/wizard/BEditingDialog.py b/wizard/BEditingDialog.py index 27eb4107..b6a1d942 100644 --- a/wizard/BEditingDialog.py +++ b/wizard/BEditingDialog.py @@ -120,7 +120,7 @@ class BEditingDialog(QDialog): version = qvariant_converter.getString(dialog.version_page.currentItem().data(Qt.UserRole)) if version != current_version: if QMessageBox.question( - version_page, + dialog.version_page, self.tr("BeRTOS version update"), self.tr("Changing the BeRTOS version will destroy all the modification done on the BeRTOS sources"), QMessageBox.Ok | QMessageBox.Cancel