Show More
@@ -53,8 +53,8 b' class MainWindow(QtGui.QMainWindow):' | |||
|
53 | 53 | title = self.window().windowTitle() |
|
54 | 54 | reply = QtGui.QMessageBox.question(self, title, |
|
55 | 55 | "Close just this console, or shutdown the kernel and close "+ |
|
56 |
"all windows attached to it?", |
|
|
57 | 'Close Console', 'Close All') | |
|
56 | "all windows attached to it?", | |
|
57 | 'Cancel', 'Close Console', 'Close All') | |
|
58 | 58 | print reply |
|
59 | 59 | if reply == 2: |
|
60 | 60 | kernel_manager.shutdown_kernel() |
General Comments 0
You need to be logged in to leave comments.
Login now