Rename Panel to Taskbar

git-svn-id: svn://kolibrios.org@5452 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2015-02-23 16:01:43 +00:00
parent 726a59c7da
commit b97c8c8bf6
37 changed files with 85 additions and 85 deletions

View File

@@ -346,7 +346,7 @@ align 4
button: ; BUTTON HANDLER
mcall 17 ; get id
; dunkaist[
test eax,0xfffffe00 ; is it system close button? (close signal from @panel)
test eax,0xfffffe00 ; is it system close button? (close signal from @taskbar)
setz byte[close_now] ; set (or not set) close_recursive flag
jz close ; if so,close all menus
; dunkaist]