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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-10-04 05:42:31 +0400
committerMichael Hutchinson <mhutch@xamarin.com>2011-10-05 14:27:35 +0400
commit57b9a05b6d73df8a31c0b496e332e4c9cf3b0c75 (patch)
treef8d22f3f58b33481376582a167619d7fa3737a24 /main/src/addins/WindowsPlatform
parentf36dd68c0c0a46e9b80b09d5e112139eed4d879e (diff)
[WindowsPlatform] Disable win32 dialogs, they still have issues
Diffstat (limited to 'main/src/addins/WindowsPlatform')
-rw-r--r--main/src/addins/WindowsPlatform/WindowsPlatform.addin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/addins/WindowsPlatform/WindowsPlatform.addin.xml b/main/src/addins/WindowsPlatform/WindowsPlatform.addin.xml
index dd38da9af5..e5f569188f 100644
--- a/main/src/addins/WindowsPlatform/WindowsPlatform.addin.xml
+++ b/main/src/addins/WindowsPlatform/WindowsPlatform.addin.xml
@@ -24,11 +24,12 @@
<Extension path = "/MonoDevelop/Ide/InitCompleteHandlers">
<Class class="MonoDevelop.Platform.JumpList" />
</Extension>
-
+<!--
<Extension path = "/MonoDevelop/Components/DialogHandlers">
<Class class = "MonoDevelop.Platform.SelectFileDialogHandler"/>
<Class class = "MonoDevelop.Platform.AddFileDialogHandler"/>
<Class class = "MonoDevelop.Platform.OpenFileDialogHandler"/>
</Extension>
+-->
</Addin>