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:
-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");