[Monodevelop-patches-list] r993 - in trunk/MonoDevelop: build/data/resources/icons src/Main/Base/Commands
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sun Feb 22 21:50:08 EST 2004
Author: jluke
Date: 2004-02-22 21:50:08 -0500 (Sun, 22 Feb 2004)
New Revision: 993
Modified:
trunk/MonoDevelop/build/data/resources/icons/Icons.AboutImage
trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs
Log:
this is my lame attempt at using inkscape
until someone does it proper
Modified: trunk/MonoDevelop/build/data/resources/icons/Icons.AboutImage
===================================================================
(Binary files differ)
Modified: trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs 2004-02-23 01:44:39 UTC (rev 992)
+++ trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs 2004-02-23 02:50:08 UTC (rev 993)
@@ -183,6 +183,7 @@
}
foreach (string file in SplashScreenForm.GetRequestedFileList()) {
+ //FIXME: use mimetypes
switch (System.IO.Path.GetExtension(file).ToUpper()) {
case ".CMBX":
case ".PRJX":
More information about the Monodevelop-patches-list
mailing list