Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Updated helpdesk.txt for custom.zip

Single Click discussions / bugs
Post Reply
rduke15
Posts: 3
Joined: 2008-06-16 15:27

Updated helpdesk.txt for custom.zip

Post by rduke15 »

While customizing my helpdesk.txt, I came across a couple of typos, so I did a few corrections. Here is the corrected version:

Code: Select all

[TITLE]
           UltraVnc SC

[HOST]
Internet support
-connect 192.168.1.102:5500 -noregistry

[HOST]
Internet support with encryption
-plugin -connect 192.168.1.102:5500 -noregistry

[TEXTTOP]
Double-click to make a connection

[TEXTMIDDLE]
Before making a connection

[TEXTBOTTOM]
Please Call 56 576896 to get your ticket

[TEXTRBOTTOM]


[TEXTRMIDDLE]
Kasteelpleinstraat 56

[TEXTRTOP]
Ultravnc PC support

[TEXTBUTTON]
More Info

[WEBPAGE]
http://www.ultravnc.net

[TEXTCLOSEBUTTON]
STOP test

[BALLOON1TITLE]
Establishing connection ...

[BALLOON1A]
Waiting 5 minutes for connection

[BALLOON1B]
If it fails, the software will remove itmself

[BALLOON1C]
from your system. 

[BALLOON2TITLE]
Connection active.

[BALLOON2A]
Warning, your desktop is remotely visible

[BALLOON2B]
You can break the connection at any time

[BALLOON2C]
by using the close button
Maybe someone would update the downloadable custom.zip?

For an overview, here is the diff:

Code: Select all

--- D:/util/VNC/UVNC/SC/custom/helpdesk.txt	Fri Nov 26 19:46:22 2004
+++ D:/util/VNC/UVNC/SC/custom/helpdesk-new.txt	Wed Jun 18 22:06:37 2008
@@ -9 +9 @@
-Internet support encryption
+Internet support with encryption
@@ -13 +13 @@
-Dubble Click to make a connection
+Double-click to make a connection
@@ -44 +43 @@
-5 min try period
+Waiting 5 minutes for connection
@@ -47 +46 @@
-If it fails, the software will remove himself
+If it fails, the software will remove itmself
@@ -56 +55 @@
-Warning, your desktop is remote visable
+Warning, your desktop is remotely visible
@@ -59 +58 @@
-You can break the connection any time
+You can break the connection at any time
@@ -63,3 +61,0 @@
-
-[WEBPAGE]
-http://www.ultravnc.net
kookyman
Posts: 3
Joined: 2008-06-15 21:59

Re: Updated helpdesk.txt for custom.zip

Post by kookyman »

@@ -47 +46 @@


-If it fails, the software will remove himself


+If it fails, the software will remove itmself
From the above diff, you still have an error.

it should read

+If it fails, the software will remove itself.

(not itmself)
Post Reply