Change product name to TigerVNC in about dialogs. 



git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3882 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/vncviewer/AboutDialog.h b/unix/vncviewer/AboutDialog.h
index 0c796be..ff7290a 100644
--- a/unix/vncviewer/AboutDialog.h
+++ b/unix/vncviewer/AboutDialog.h
@@ -35,7 +35,7 @@
 class AboutDialog : public TXMsgBox {
 public:
   AboutDialog(Display* dpy)
-    : TXMsgBox(dpy, aboutText, MB_OK, _("About VNC Viewer")) {
+    : TXMsgBox(dpy, aboutText, MB_OK, _("About TigerVNC Viewer")) {
   }
 };