Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/awt
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2011-11-28 12:21:26 +0400
committerjfrijters <jfrijters>2011-11-28 12:21:26 +0400
commita89040748dc7db6f3c1e4586b9d83d99004a3eee (patch)
tree30104fc881601e3d9c36fb77467bfa3e6bde905b /awt
parent36de8254587f91c6d34b66a35d54d118f4b3f30e (diff)
Fix for #3441959.
Diffstat (limited to 'awt')
-rw-r--r--awt/toolkit-0.95.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/awt/toolkit-0.95.cs b/awt/toolkit-0.95.cs
index 4093558e..a746cc3b 100644
--- a/awt/toolkit-0.95.cs
+++ b/awt/toolkit-0.95.cs
@@ -800,7 +800,7 @@ namespace ikvm.awt
public override bool isModalExclusionTypeSupported(java.awt.Dialog.ModalExclusionType dmet)
{
- throw new NotImplementedException();
+ return false;
}
public override bool isModalityTypeSupported(java.awt.Dialog.ModalityType type)