diff options
Diffstat (limited to 'ldmicro/draw_outputdev.cpp')
-rw-r--r-- | ldmicro/draw_outputdev.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldmicro/draw_outputdev.cpp b/ldmicro/draw_outputdev.cpp index fdb8bc2..c9a75d3 100644 --- a/ldmicro/draw_outputdev.cpp +++ b/ldmicro/draw_outputdev.cpp @@ -243,7 +243,7 @@ void PaintWindow(HCRDC hcr) SelectObject(hcr, FixedWidthFont); - TextOut(hcr, 50, 100, "-----HELLO----", 14); + TextOut(hcr, 5, 100, "-------] [-------------------------------------------------------------------------------------------------------------------------------------------------{RES}-------", 14); // static HBITMAP BackBitmap; // static HDC BackDc; // static int BitmapWidth; |