Fix various trivial compiler warnings
[u/mdw/putty] / win_res.rc
index 94f3c64..156019d 100644 (file)
@@ -26,7 +26,7 @@ BEGIN
     PUSHBUTTON "View &Licence", IDA_LICENCE, 6, 52, 70, 14
     CTEXT "PuTTY", IDA_TEXT1, 10, 6, 120, 8
     CTEXT "", IDA_VERSION, 10, 16, 120, 16
-    CTEXT "\251 1997-2000 Simon Tatham. All rights reserved.",
+    CTEXT "\251 1997-2001 Simon Tatham. All rights reserved.",
           IDA_TEXT2, 10, 34, 120, 16
 END
 
@@ -52,14 +52,14 @@ BEGIN
 END
 
 /* Accelerators used: co */
-IDD_LOGBOX DIALOG DISCARDABLE 100, 20, 260, 119
+IDD_LOGBOX DIALOG DISCARDABLE 100, 20, 300, 119
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "PuTTY Event Log"
 FONT 8, "MS Sans Serif"
 BEGIN
     DEFPUSHBUTTON "&Close", IDOK, 135, 102, 44, 14
     PUSHBUTTON "C&opy", IDN_COPY, 81, 102, 44, 14
-    LISTBOX IDN_LIST, 3, 3, 254, 95, LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL | LBS_EXTENDEDSEL
+    LISTBOX IDN_LIST, 3, 3, 294, 95, LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL | LBS_EXTENDEDSEL
 END
 
 /* No accelerators used */
@@ -70,7 +70,7 @@ FONT 8, "MS Sans Serif"
 BEGIN
     DEFPUSHBUTTON "OK", IDOK, 98, 203, 44, 14
 
-    LTEXT "Copyright \251 1997-2000 Simon Tatham", 1000, 10, 10, 206, 8
+    LTEXT "Copyright \251 1997-2001 Simon Tatham", 1000, 10, 10, 206, 8
 
     LTEXT "Permission is hereby granted, free of charge, to any person", 1002, 10, 26, 206, 8
     LTEXT "obtaining a copy of this software and associated documentation", 1003, 10, 34, 206, 8