From c9f5b182bcdf0efabe6be5730ab21e6b74dcd290 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 17 Sep 2009 08:56:33 +0000 Subject: [PATCH 1/1] Finally fix the bug git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2957 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BEditingDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1