News entry MessageDialog reduction of icon usage
diff --git a/4.25/platform_isv.html b/4.25/platform_isv.html
index dad4c25..62e5e75 100644
--- a/4.25/platform_isv.html
+++ b/4.25/platform_isv.html
@@ -38,6 +38,15 @@
<tr>
<td id="Platform" class="section" colspan="2"><h2>Platform Changes</h2></td>
</tr>
+
+
+ <tr id="less-icons-in-message-dialogs"> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/pull/181-->
+ <td class="title"><a href="#less-icons-in-message-dialogs">MessageDialog not using icons for user facing dialogs.</a></td>
+ <td class="content">
+ The MessageDialog has been update to not use icons for user facing dialogs of type QUESTION, QUESTION_WITH_CANCEL and CONFIRM
+ to align with the UI guidelines regarding such dialogs for the various operating systems.
+ </td>
+ </tr>
<!-- ******************** End of Platform ********************** -->
<!-- *********************** SWT *********************** -->