vncc: add a hint

git-svn-id: svn://kolibrios.org@8850 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2021-06-14 10:27:00 +00:00
parent 0d1191b0fa
commit 31048e6d73
2 changed files with 6 additions and 1 deletions

View File

@ -40,6 +40,8 @@ draw_gui:
mov esi, userstr-serverstr
mcall 4 ; "server" text
mcall 4, <70, 45>, 0 shl 24 + 0x666666, port_notice, port_notice_e - port_notice
invoke edit_box_draw, URLbox ; Server textbox
cmp [status], STATUS_CONNECTING
@ -51,7 +53,7 @@ draw_gui:
mov esi, 0xCCCCCC
mcall 8 ; Cancel button
mov ebx, 240 shl 16 + 62
mov ebx, 260 shl 16 + 62
mov ecx, TEXT_ECX
mov edx, cancelstr
mov esi, okstr-cancelstr

View File

@ -552,6 +552,9 @@ import archiver,\
name db "VNC viewer "
.dash db 0, " "
port_notice db "Example: 192.168.0.3:5900"
port_notice_e:
I_END:
servername rb 64+1