diff options
Diffstat (limited to 'Game/Code/Screens')
-rw-r--r-- | Game/Code/Screens/UScreenEditSub.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenEditSub.pas b/Game/Code/Screens/UScreenEditSub.pas index 7d61a0dd..4af7f67c 100644 --- a/Game/Code/Screens/UScreenEditSub.pas +++ b/Game/Code/Screens/UScreenEditSub.pas @@ -3757,7 +3757,7 @@ begin 7: Result := 'g';
8: Result := 'g#';
9: Result := 'a';
- 10: Result := 'b';
+ 10: Result := 'a#';
11: Result := 'h';
end;
|