From 403895917c093bdb88836e8e1694e937e1dd966e Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Wed, 23 Jan 2008 22:13:24 +0100 Subject: [PATCH] allow scenario window to be closed --- res/micropolis.tcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/micropolis.tcl b/res/micropolis.tcl index e706065..dc7d352 100644 --- a/res/micropolis.tcl +++ b/res/micropolis.tcl @@ -3548,6 +3548,10 @@ proc DoPickScenario {win param} { UILoadScenario $param } +proc DeleteScenarioWindow {win} { + UIQuit $win +} + ######################################################################## # Undo/Redo Facility -- 2.39.2