Browse Source

Change dialog title from "Ascii table" to "ASCII Table".

Margers 1 week ago
parent
commit
202a069031
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fv/src/asciitab.inc

+ 1 - 1
packages/fv/src/asciitab.inc

@@ -364,7 +364,7 @@ var
   R : Trect;
 begin
   R.Assign(0,0,34,12);
-  Inherited Init(R,'Ascii table',wnNoNumber);
+  Inherited Init(R,'ASCII Table',wnNoNumber);
   Flags:=Flags and not (wfGrow or wfZoom);
   Palette:=wpGrayWindow;
   R.Assign(1,10,33,11);