diff dwtx/jface/action/IMenuManager.d @ 28:50b0163e18f8

Sub...
author Frank Benoit <benoit@tionex.de>
date Thu, 03 Apr 2008 05:38:04 +0200
parents e0f0aaf75edd
children 7ffeace6c47f
line wrap: on
line diff
--- a/dwtx/jface/action/IMenuManager.d	Thu Apr 03 05:17:07 2008 +0200
+++ b/dwtx/jface/action/IMenuManager.d	Thu Apr 03 05:38:04 2008 +0200
@@ -33,6 +33,9 @@
  * </p>
  */
 public interface IMenuManager : IContributionManager, IContributionItem {
+
+    alias IContributionItem.update update;
+    alias IContributionManager.update update;
     /**
      * Adds a menu listener to this menu.
      * Has no effect if an identical listener is already registered.