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 <mhutchinson@novell.com>2010-04-30 03:53:40 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-04-30 03:53:40 +0400
commitd891cf096d2fd47de4ac7516471ca43104694c72 (patch)
tree85749f4c37dd8b352079602340fe707eee6d1b4a /main/monodevelop.desktop
parentcec8ebdc6572bbe0e3e685276d5ece7a8402777d (diff)
* monodevelop.desktop: Fixed exec command and added mimetypes. Thanks
to Alexander M. Batishchev. svn path=/trunk/monodevelop/; revision=156477
Diffstat (limited to 'main/monodevelop.desktop')
-rw-r--r--main/monodevelop.desktop4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/monodevelop.desktop b/main/monodevelop.desktop
index 3e903b5aec..5c53c2da2f 100644
--- a/main/monodevelop.desktop
+++ b/main/monodevelop.desktop
@@ -4,13 +4,13 @@ Encoding=UTF-8
Name=MonoDevelop
GenericName=Integrated Development Environment
Comment=Develop .NET applications in an Integrated Development Environment
-Exec=monodevelop
+Exec=monodevelop %F
TryExec=monodevelop
Icon=monodevelop
StartupNotify=true
Terminal=false
Type=Application
-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;
+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;application/x-aspx;text/xml;application/xhtml+xml;text/html;text/plain
Categories=GNOME;GTK;Development;IDE;
X-GNOME-Bugzilla-Bugzilla=Ximian
X-GNOME-Bugzilla-Product=MonoDevelop