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:
authorAnkit Jain <radical@corewars.org>2008-01-12 16:55:03 +0300
committerAnkit Jain <radical@corewars.org>2008-01-12 16:55:03 +0300
commit3d2ca4cc6e5cf032b9a5cabe67fba1e0bb68cc44 (patch)
treebb4889df8782f62a95734dcf9b51bc57b832c392 /main/monodevelop.desktop
parent35daee84209a2333d1e56fd5b324b3fad9eaa7bf (diff)
Fix bug #350786.
* monodevelop.xml: Add entries for csproj, vbproj and sln. * monodevelop.desktop: Add mime types for vs projects. svn path=/trunk/monodevelop/; revision=92730
Diffstat (limited to 'main/monodevelop.desktop')
-rw-r--r--main/monodevelop.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/monodevelop.desktop b/main/monodevelop.desktop
index 8963fc7dea..8691f668fb 100644
--- a/main/monodevelop.desktop
+++ b/main/monodevelop.desktop
@@ -10,7 +10,7 @@ Icon=monodevelop
StartupNotify=true
Terminal=false
Type=Application
-MimeType=text/x-csharp;application/x-mds;application/x-mdp;application/x-cmbx;application/x-prjx;
+MimeType=text/x-csharp;application/x-mds;application/x-mdp;application/x-cmbx;application/x-prjx;application/x-csproj;application/x-vbproj;application/x-sln;
Categories=Application;Development;
X-GNOME-Bugzilla-Bugzilla=Ximian
X-GNOME-Bugzilla-Product=MonoDevelop