diff --git a/milsko.xml b/milsko.xml
index afd4647..dbcbc05 100644
--- a/milsko.xml
+++ b/milsko.xml
@@ -68,7 +68,39 @@
+
+
+ 0
+
+
+
+
+
+ 0
+
+
+
+ 0
+
+
+
+
+ 0x1
+
+
+
+
+
+
+
+ 0x0fffffff
+ 0xf
+ 0xf0
+ 0x10
+ 0x20
+ 0x40
+ 0x80
@@ -263,6 +295,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/filechooser.c b/src/filechooser.c
index 4e921de..deea908 100644
--- a/src/filechooser.c
+++ b/src/filechooser.c
@@ -78,7 +78,7 @@ static void msgbox_okay(MwWidget handle, void* user, void* call) {
(void)user;
(void)call;
- MwDestroyWidget(handle->parent);
+ MwMessageBoxDestroy(handle->parent);
}
static void files_activate(MwWidget handle, void* user, void* call) {