浏览代码

Removing Unicode characters from a comment to avoid IDE adding BOM

Source commit: 8600537c3f3db8ee4ba3bab4c4ebb7d17d064ab4
Martin Prikryl 4 年之前
父节点
当前提交
a130b45db4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/packages/tb2k/TB2Common.pas

+ 1 - 1
source/packages/tb2k/TB2Common.pas

@@ -297,7 +297,7 @@ begin
       begin
         {MP}
         // Trim trailing artificial accelerators typical for asian translation
-        // e.g. "ローカル(&L)"
+        // e.g. "foobar (&L)"
         if IncludingStandaloneKey and
            (I = Length(Result) - 2) and
            (Result[I - 1] = '(') and