diff options
Diffstat (limited to 'c/data.cpp')
-rw-r--r-- | c/data.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -145,6 +145,7 @@ void WaitFor(void (*f)(unsigned char*)) /* Null indicates that any active task should be cancelled. */ if (!f) { sig |= ABORT; + EnableMenuItem(GetMenu(g_hWnd), IDM_FILE_FETCH_CANCEL, MF_GRAYED); return; } |