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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlluis <@192.168.1.100>2011-02-08 21:32:45 +0300
committerlluis <@192.168.1.100>2011-02-08 21:32:45 +0300
commit697ab86cecb9e1da5bfe3ba7d16502e0766a640e (patch)
tree38327bdfdff1e4dd51c0c9c3ec86d774b781d4ed
parentbf940022ebeec89d82cb9f63a80e896c835ceb49 (diff)
Minor fix.
-rw-r--r--Mono.Addins.Setup/Mono.Addins.Setup/AddinPropertyCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Addins.Setup/Mono.Addins.Setup/AddinPropertyCollection.cs b/Mono.Addins.Setup/Mono.Addins.Setup/AddinPropertyCollection.cs
index d4b9dee..2f9e5c6 100644
--- a/Mono.Addins.Setup/Mono.Addins.Setup/AddinPropertyCollection.cs
+++ b/Mono.Addins.Setup/Mono.Addins.Setup/AddinPropertyCollection.cs
@@ -99,7 +99,7 @@ namespace Mono.Addins.Setup
SetPropertyValue (name, value, null);
}
- public void SetPropertyValue (string name, string locale, string value)
+ public void SetPropertyValue (string name, string value, string locale)
{
if (string.IsNullOrEmpty (name))
throw new ArgumentException ("name can't be null or empty");