comparison dwtx/jface/dialogs/MessageDialog.d @ 192:c3583c6ec027

Added missing default cases for switch statements
author Frank Benoit <benoit@tionex.de>
date Mon, 03 Nov 2008 22:52:26 +0100
parents ea8ff534f622
children
comparison
equal deleted inserted replaced
191:1ef729510ed6 192:c3583c6ec027
158 } 158 }
159 case WARNING: { 159 case WARNING: {
160 this.image = getWarningImage(); 160 this.image = getWarningImage();
161 break; 161 break;
162 } 162 }
163 default:
163 } 164 }
164 this.buttonLabels = dialogButtonLabels; 165 this.buttonLabels = dialogButtonLabels;
165 this.defaultButtonIndex = defaultIndex; 166 this.defaultButtonIndex = defaultIndex;
166 } 167 }
167 168