*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 16 Nov 2001 15:28:54 +0100
changeset 3550 675028a65fb6
parent 3549 8c924bf310ed
child 3551 13141a26ff8c
*** empty log message ***
styles/motif.common
styles/mswindows95.style
--- a/styles/motif.common	Fri Nov 16 12:32:27 2001 +0100
+++ b/styles/motif.common	Fri Nov 16 15:28:54 2001 +0100
@@ -2,7 +2,7 @@
 ; common motif stuff (not a style, but included by all motif style variations)
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.31 2000-09-01 16:18:22 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.32 2001-11-16 14:28:54 cg Exp $
 
 ;
 ; this is to be included from the real style,
@@ -151,6 +151,7 @@
 infoBox.iconFile                   'bitmaps/Information_motif.xbm'
 warningBox.iconFile                'bitmaps/Warning_motif.xbm'
 requestBox.iconFile                'bitmaps/Request_motif.xbm'
+errorBox.iconFile                  'bitmaps/Error_motif.xbm'
 
 
 #if Screen current isNil or:[Screen current hasGrayscales]
--- a/styles/mswindows95.style	Fri Nov 16 12:32:27 2001 +0100
+++ b/styles/mswindows95.style	Fri Nov 16 15:28:54 2001 +0100
@@ -1,6 +1,6 @@
 ; View defaultStyle:#mswindows95 
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows95.style,v 1.33 2001-11-15 21:02:19 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows95.style,v 1.34 2001-11-16 14:28:54 cg Exp $
 
 comment  'win95 lookalike'
 
@@ -298,3 +298,4 @@
 
 warningBox.iconFile             'bitmaps/Warning_w95.xpm'
 requestBox.iconFile             'bitmaps/Request_w95.xpm'
+errorBox.iconFile               'bitmaps/Error_w95.xpm'