Fixed: Issue loading settings on some systems

This commit is contained in:
Mark McDowall committed 2016-09-20 22:08:04 -07:00
1 parent e6288148ad
commit e76fb8c90b
1 file changed
+1 -1
+1 -1
View File
@@ -12,7 +12,7 @@ public virtual string ResourceName
{
get
{
return GetType().Name.ToLower().Replace("resource", "");
return GetType().Name.ToLowerInvariant().Replace("resource", "");
}
}
}