diff --git a/src/Mod/Assembly/CommandInsertLink.py b/src/Mod/Assembly/CommandInsertLink.py index 68cf11514a..ab43123901 100644 --- a/src/Mod/Assembly/CommandInsertLink.py +++ b/src/Mod/Assembly/CommandInsertLink.py @@ -455,7 +455,7 @@ class TaskAssemblyInsertLink(QtCore.QObject): msgBox.setIcon(QtWidgets.QMessageBox.Question) yesButton = msgBox.addButton("Yes", QtWidgets.QMessageBox.YesRole) - noButton = msgBox.addButton("No", QtWidgets.QMessageBox.NoRole) + noButton = msgBox.addButton("No", QtWidgets.QMessageBox.RejectRole) yesAlwaysButton = msgBox.addButton("Always", QtWidgets.QMessageBox.YesRole) noAlwaysButton = msgBox.addButton("Never", QtWidgets.QMessageBox.NoRole)