forked from KolibriOS/kolibrios
vncc: add a hint
git-svn-id: svn://kolibrios.org@8850 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0d1191b0fa
commit
31048e6d73
@ -39,6 +39,8 @@ draw_gui:
|
|||||||
mov edx, serverstr
|
mov edx, serverstr
|
||||||
mov esi, userstr-serverstr
|
mov esi, userstr-serverstr
|
||||||
mcall 4 ; "server" text
|
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
|
invoke edit_box_draw, URLbox ; Server textbox
|
||||||
|
|
||||||
@ -51,7 +53,7 @@ draw_gui:
|
|||||||
mov esi, 0xCCCCCC
|
mov esi, 0xCCCCCC
|
||||||
mcall 8 ; Cancel button
|
mcall 8 ; Cancel button
|
||||||
|
|
||||||
mov ebx, 240 shl 16 + 62
|
mov ebx, 260 shl 16 + 62
|
||||||
mov ecx, TEXT_ECX
|
mov ecx, TEXT_ECX
|
||||||
mov edx, cancelstr
|
mov edx, cancelstr
|
||||||
mov esi, okstr-cancelstr
|
mov esi, okstr-cancelstr
|
||||||
|
@ -552,6 +552,9 @@ import archiver,\
|
|||||||
name db "VNC viewer "
|
name db "VNC viewer "
|
||||||
.dash db 0, " "
|
.dash db 0, " "
|
||||||
|
|
||||||
|
port_notice db "Example: 192.168.0.3:5900"
|
||||||
|
port_notice_e:
|
||||||
|
|
||||||
I_END:
|
I_END:
|
||||||
|
|
||||||
servername rb 64+1
|
servername rb 64+1
|
||||||
|
Loading…
Reference in New Issue
Block a user