diff options
| author | jsorg71 <jsorg71> | 2004-09-28 02:03:38 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2004-09-28 02:03:38 +0000 |
| commit | 30910b721349f7bdf5f1858da44d64e244ff4d0f (patch) | |
| tree | 2ebfc0eb2d49b38b4a9f629adb236fa9eadd280f | |
| parent | 1a98b3d34c72f696f5ca27cdad74bc1f82ad4b8a (diff) | |
| download | xrdp-proprietary-30910b721349f7bdf5f1858da44d64e244ff4d0f.tar.gz xrdp-proprietary-30910b721349f7bdf5f1858da44d64e244ff4d0f.zip | |
set font to black and more help text
| -rw-r--r-- | xrdp/xrdp_wm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xrdp/xrdp_wm.c b/xrdp/xrdp_wm.c index 504cfd10..a5176d83 100644 --- a/xrdp/xrdp_wm.c +++ b/xrdp/xrdp_wm.c @@ -184,6 +184,7 @@ int xrdp_wm_login_help_notify(struct xrdp_bitmap* wnd, p = (struct xrdp_painter*)param1; if (p != 0) { + p->font->color = wnd->wm->black; xrdp_painter_draw_text(p, wnd, 10, 30, "You must be authenticated \ before using this"); xrdp_painter_draw_text(p, wnd, 10, 46, "session."); @@ -194,6 +195,10 @@ the password edit box."); xrdp_painter_draw_text(p, wnd, 10, 110, "Both the username and \ password are case"); xrdp_painter_draw_text(p, wnd, 10, 126, "sensitive."); + xrdp_painter_draw_text(p, wnd, 10, 158, "Contact your system \ +administrator if you are"); + xrdp_painter_draw_text(p, wnd, 10, 174, "having problems \ +logging on."); } } return 0; |
