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:
-rw-r--r--main/ChangeLog5
-rw-r--r--main/monodevelop.desktop4
2 files changed, 7 insertions, 2 deletions
diff --git a/main/ChangeLog b/main/ChangeLog
index 6e8a24cd2c..722c6a8db1 100644
--- a/main/ChangeLog
+++ b/main/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-29 Michael Hutchinson <mhutchinson@novell.com>
+
+ * monodevelop.desktop: Fixed exec command and added mimetypes.
+ Thanks to Alexander M. Batishchev.
+
2010-04-28 Lluis Sanchez Gual <lluis@novell.com>
* monodevelop-core-addins.pc.in: Add Mono.Debugger.Soft.dll
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