add constants and etc

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@450 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-21 18:14:31 +00:00
parent bbea1af2ce
commit 437bd14ecc
2 changed files with 71 additions and 1 deletions

View File

@@ -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) {