diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-31 23:33:48 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-31 23:33:48 -0800 |
commit | a72f4df236e67f9c965863b6c43954b085cf8f6b (patch) | |
tree | 934464a1875a720a46d236fab598e41f481e7d66 /src/DotNetOpenAuth.Core/Strings.Designer.cs | |
parent | 124fa3c08787ccc43e8f5fac204e7448a6c1bbad (diff) | |
download | DotNetOpenAuth-a72f4df236e67f9c965863b6c43954b085cf8f6b.zip DotNetOpenAuth-a72f4df236e67f9c965863b6c43954b085cf8f6b.tar.gz DotNetOpenAuth-a72f4df236e67f9c965863b6c43954b085cf8f6b.tar.bz2 |
Fixes default ctor argument of identifier discovery services.
Diffstat (limited to 'src/DotNetOpenAuth.Core/Strings.Designer.cs')
-rw-r--r-- | src/DotNetOpenAuth.Core/Strings.Designer.cs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Core/Strings.Designer.cs b/src/DotNetOpenAuth.Core/Strings.Designer.cs index b0e66d2..9eefd62 100644 --- a/src/DotNetOpenAuth.Core/Strings.Designer.cs +++ b/src/DotNetOpenAuth.Core/Strings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.17622 +// Runtime Version:4.0.30319.18010 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -97,6 +97,15 @@ namespace DotNetOpenAuth { } /// <summary> + /// Looks up a localized string similar to The HostFactories property must be set first.. + /// </summary> + internal static string HostFactoriesRequired { + get { + return ResourceManager.GetString("HostFactoriesRequired", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to The argument has an unexpected value.. /// </summary> internal static string InvalidArgument { |