aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/WixStrings.Designer.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2018-09-02 14:16:30 -0500
committerSean Hall <r.sean.hall@gmail.com>2018-09-02 14:16:30 -0500
commit23729f907e527bc2965b9ea1a80d3ab447c3b423 (patch)
treec2678885225f58d06ff321f35bac64bbfca7105c /src/WixToolset.Core/WixStrings.Designer.cs
parent1cb859042736096a43928e770c73fbd7c6065da7 (diff)
downloadwix-23729f907e527bc2965b9ea1a80d3ab447c3b423.tar.gz
wix-23729f907e527bc2965b9ea1a80d3ab447c3b423.tar.bz2
wix-23729f907e527bc2965b9ea1a80d3ab447c3b423.zip
Fix namespace in WixStrings.
Diffstat (limited to 'src/WixToolset.Core/WixStrings.Designer.cs')
-rw-r--r--src/WixToolset.Core/WixStrings.Designer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/WixStrings.Designer.cs b/src/WixToolset.Core/WixStrings.Designer.cs
index ab98ed6a..63b0b648 100644
--- a/src/WixToolset.Core/WixStrings.Designer.cs
+++ b/src/WixToolset.Core/WixStrings.Designer.cs
@@ -1,6 +1,6 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset { 3namespace WixToolset.Core {
4 using System; 4 using System;
5 5
6 6
@@ -31,7 +31,7 @@ namespace WixToolset {
31 internal static global::System.Resources.ResourceManager ResourceManager { 31 internal static global::System.Resources.ResourceManager ResourceManager {
32 get { 32 get {
33 if (object.ReferenceEquals(resourceMan, null)) { 33 if (object.ReferenceEquals(resourceMan, null)) {
34 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WixToolset.WixStrings", typeof(WixStrings).Assembly); 34 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WixToolset.Core.WixStrings", typeof(WixStrings).Assembly);
35 resourceMan = temp; 35 resourceMan = temp;
36 } 36 }
37 return resourceMan; 37 return resourceMan;