diff --git a/MXF-Track-Swap.au3 b/MXF-Track-Swap.au3 index 7fa87c3fd00cd894153090c6ca5a418a59e24576..9fd429240ca817dd1c1a4a26e342fd7cf315b2b4 100644 --- a/MXF-Track-Swap.au3 +++ b/MXF-Track-Swap.au3 @@ -3,7 +3,7 @@ #AutoIt3Wrapper_UseX64=n #AutoIt3Wrapper_Res_Comment=Swaps audio tracks in mxf files. #AutoIt3Wrapper_Res_Description=Swaps audio tracks in mxf files. -#AutoIt3Wrapper_Res_Fileversion=1.0.0.4 +#AutoIt3Wrapper_Res_Fileversion=1.0.0.5 #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=p #AutoIt3Wrapper_Res_LegalCopyright=Conrad Zelck #AutoIt3Wrapper_Res_SaveSource=y @@ -268,7 +268,7 @@ AutoItSetOption("GUICoordMode", 1) While True Switch GUIGetMsg() Case $GUI_EVENT_CLOSE - ExitLoop + Exit Case $g_hButtonChangeAD GUICtrlSetState($g_hR15, $GUI_CHECKED) GUICtrlSetState($g_hR26, $GUI_CHECKED) diff --git a/images/MXF-Track-Swap_routing.png b/images/MXF-Track-Swap_routing.png index 6197b87634793db7c3df979e32a8c2053908780c..e94ce058264fe2e6c93d175d155583adf6aef8a2 100644 Binary files a/images/MXF-Track-Swap_routing.png and b/images/MXF-Track-Swap_routing.png differ