mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
Window captions of some example projects set to their actual names
This commit is contained in:
@@ -26,7 +26,7 @@ begin
|
||||
CurX := 0;
|
||||
CurY := 0;
|
||||
BeginDraw;
|
||||
DrawWindow(Left, Top, Right, Bottom, 'Get Key', $00FFFFFF,
|
||||
DrawWindow(Left, Top, Right, Bottom, 'Please type text to draw', $00FFFFFF,
|
||||
WS_SKINNED_FIXED + WS_CLIENT_COORDS + WS_CAPTION, CAPTION_MOVABLE);
|
||||
EndDraw;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user