d_win32.rc
changeset 780 92cd332f2076
parent 699 064fa3d9d0a5
child 928 9eab48841e09
--- a/d_win32.rc	Tue Jan 16 11:02:30 2007 +0100
+++ b/d_win32.rc	Tue Jan 16 12:04:20 2007 +0100
@@ -6,7 +6,7 @@
  * MIMEType: application/x-smalltalk-source
  *
  * ST/X startup configuration file:
- * display configuration - windowsNT / windows95
+ * display configuration - windows
  *"
 
 StandardSystemView takeFocusWhenMapped:true.
@@ -30,7 +30,7 @@
 
 map := Display keyboardMap.
 
-'d_win32.rc [info]: changing keyboard to win95 defaults...' infoPrintCR.
+'d_win32.rc [info]: changing keyboard to win defaults...' infoPrintCR.
 'd_win32.rc [info]: (CTRL-C is now COPY - unix ST/X users should have a look at d_win32.rc)' infoPrintCR.
 
 map bindValue:#UserInterrupt to:#Pause.