MTDBG: Fixed window caption, broken in previous revision.

git-svn-id: svn://kolibrios.org@4594 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2014-02-25 19:24:30 +00:00
parent 39d0c4cbda
commit 36a222c11c

View File

@ -1527,7 +1527,7 @@ draw_window:
mcall 12, 1 mcall 12, 1
; define window ; define window
mcall 0, wnd_x_size, wnd_y_size, (COLOR_BG_NORMAL or 0x54000000), caption_str mcall 0, wnd_x_size, wnd_y_size, (COLOR_BG_NORMAL or 0x54000000), , caption_str
; clear unused areas ; clear unused areas
; get window skin height ; get window skin height