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:
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>