Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas N <andreas@mono-cvs.ximian.com>2003-07-07 15:03:46 +0400
committerAndreas N <andreas@mono-cvs.ximian.com>2003-07-07 15:03:46 +0400
commitd56e933d5182c591e5e10f29eb8d7457a94ce29e (patch)
tree6a9e8d711496180bc6c47054fa4c296397cd1ef5 /mcs/class/System/System.Diagnostics/ProcessStartInfo.cs
parentc6d5eea9ec730f9a4d62900eab7bd874d66c23a1 (diff)
2003-07-07 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* EventLog.cs: Removed unneccesary attribute according to corecompare * EventLogEntry.cs: Removed unneccesary attribute according to corecompare * Process.cs: Removed unneccesary attributes according to corecompare, added attribute * ProcessModule.cs: Removed unneccesary attribute according to corecompare * ProcessStartInfo.cs: Removed unneccesary attribute according to corecompare * ProcessThread.cs: Removed unneccesary attribute according to corecompare, fixed signature svn path=/trunk/mcs/; revision=16010
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ProcessStartInfo.cs')
-rwxr-xr-xmcs/class/System/System.Diagnostics/ProcessStartInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/System.Diagnostics/ProcessStartInfo.cs b/mcs/class/System/System.Diagnostics/ProcessStartInfo.cs
index 5c3a5d01baf..37ff40d2673 100755
--- a/mcs/class/System/System.Diagnostics/ProcessStartInfo.cs
+++ b/mcs/class/System/System.Diagnostics/ProcessStartInfo.cs
@@ -172,7 +172,7 @@ namespace System.Diagnostics
}
}
- [RecommendedAsConfigurable (true), DefaultValue ("")]
+ [DefaultValue ("")]
#if (NET_1_0)
[TypeConverter ("System.Diagnostics.Design.VerbConverter, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
#endif