From 7a83ad1f70016009982cba56f2a094f4937ec433 Mon Sep 17 00:00:00 2001 From: Peter Åstrand Date: Fri, 16 Jan 2009 08:30:47 +0000 Subject: 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 --- unix/vncviewer/CConn.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unix') diff --git a/unix/vncviewer/CConn.cxx b/unix/vncviewer/CConn.cxx index 7308eb18..47489daa 100644 --- a/unix/vncviewer/CConn.cxx +++ b/unix/vncviewer/CConn.cxx @@ -279,7 +279,7 @@ void CConn::setName(const char* name) { 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 @@ void CConn::recreateViewport() 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); -- cgit v1.2.3