From: duplo Date: Thu, 17 Sep 2009 08:56:33 +0000 (+0000) Subject: Finally fix the bug X-Git-Tag: 2.2.0~11 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c9f5b182bcdf0efabe6be5730ab21e6b74dcd290;hp=304caa2b30cc03dc6a27481b297e3504d963e037;p=bertos.git Finally fix the bug git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2957 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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