OSDN Git Service

#30244 Visual Studio 2012 Express for Windows Desktop, StyleCop 4.7, WiX 3.6 に合わせたソース...
[wptscs/wpts.git] / Wptscs / AddLanguageDialog.cs
index a9967ad..9588020 100644 (file)
@@ -72,7 +72,7 @@ namespace Honememo.Wptscs
         {
             // 入力値チェック
             this.LanguageCode = this.textBoxCode.Text.Trim();
-            if (String.IsNullOrEmpty(this.LanguageCode))
+            if (string.IsNullOrEmpty(this.LanguageCode))
             {
                 FormUtils.WarningDialog(Resources.WarningMessageEmptyLanguageCode);
                 this.textBoxCode.Focus();