Update to last patch: Use TightVNC: instead of VNC:
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3553 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/vncviewer/CConn.cxx b/unix/vncviewer/CConn.cxx
index 7308eb1..47489da 100644
--- a/unix/vncviewer/CConn.cxx
+++ b/unix/vncviewer/CConn.cxx
@@ -279,7 +279,7 @@
CharArray windowNameStr(windowName.getData());
if (!windowNameStr.buf[0]) {
windowNameStr.replaceBuf(new char[256]);
- snprintf(windowNameStr.buf, 256, _("VNC: %.240s"), cp.name());
+ snprintf(windowNameStr.buf, 256, _("TightVNC: %.240s"), cp.name());
}
if (viewport) {
@@ -625,7 +625,7 @@
CharArray windowNameStr(windowName.getData());
if (!windowNameStr.buf[0]) {
windowNameStr.replaceBuf(new char[256]);
- snprintf(windowNameStr.buf, 256, _("VNC: %.240s", cp.name()));
+ snprintf(windowNameStr.buf, 256, _("TightVNC: %.240s", cp.name()));
}
viewport->toplevel(windowNameStr.buf, this, argc, argv);
viewport->setBumpScroll(fullScreen);