comparison dwtx/jface/wizard/WizardDialog.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 c36336245fb1
children
comparison
equal deleted inserted replaced
191:1ef729510ed6 192:c3583c6ec027
388 finishPressed(); 388 finishPressed();
389 break; 389 break;
390 } 390 }
391 // The Cancel button has a listener which calls cancelPressed 391 // The Cancel button has a listener which calls cancelPressed
392 // directly 392 // directly
393 default:
393 } 394 }
394 } 395 }
395 396
396 /** 397 /**
397 * Calculates the difference in size between the given page and the page 398 * Calculates the difference in size between the given page and the page