summaryrefslogtreecommitdiffstats
path: root/win/winvnc
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-06-28 05:42:30 +0000
committerDRC <dcommander@users.sourceforge.net>2011-06-28 05:42:30 +0000
commit07baad757a9978df45865928e19bb1f7c8310139 (patch)
tree5e88e564d7a992f62b537e3fc34df2850927839a /win/winvnc
parentd6e54aa544b0606853597520a267f1674933880c (diff)
downloadtigervnc-07baad757a9978df45865928e19bb1f7c8310139.tar.gz
tigervnc-07baad757a9978df45865928e19bb1f7c8310139.zip
Use generic copyright message which refers the user to the complete copyright history in README.txt
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4569 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/winvnc')
-rw-r--r--win/winvnc/winvnc.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/winvnc/winvnc.rc b/win/winvnc/winvnc.rc
index 0206c946..9c503500 100644
--- a/win/winvnc/winvnc.rc
+++ b/win/winvnc/winvnc.rc
@@ -86,7 +86,7 @@ BEGIN
#endif
VALUE "FileVersion", __RCVERSIONSTR
VALUE "InternalName", "winvnc\0"
- VALUE "LegalCopyright", "Copyright (C) 1998-2010 [many holders]\0"
+ VALUE "LegalCopyright", "Copyright (C) 1999-2011 TigerVNC Team and many others (see README.txt)\0"
VALUE "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "winvnc4.exe\0"
VALUE "PrivateBuild", "\0"
@@ -142,18 +142,18 @@ END
// Dialog
//
-IDD_ABOUT DIALOG DISCARDABLE 0, 0, 249, 92
+IDD_ABOUT DIALOG DISCARDABLE 0, 0, 300, 92
STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "About TigerVNC Server for Windows"
FONT 8, "MS Sans Serif"
BEGIN
- DEFPUSHBUTTON "OK",IDOK,195,70,47,15
+ DEFPUSHBUTTON "OK",IDOK,245,70,47,15
CONTROL 109,IDC_STATIC,"Static",SS_BITMAP,5,10,33,31
LTEXT ">appname<",IDC_DESCRIPTION,45,10,125,15
LTEXT ">version<",IDC_VERSION,170,10,72,15
LTEXT ">buildtime<",IDC_BUILDTIME,45,25,202,15
- LTEXT ">copyright<",IDC_COPYRIGHT,45,40,202,15
+ LTEXT ">copyright<",IDC_COPYRIGHT,45,40,256,15
LTEXT "See http://www.tigervnc.org for more information on VNC.",
IDC_STATIC,45,55,202,15
END