From beb9e1fc1564b90cf0f28e7db88f5f96cd65aaa0 Mon Sep 17 00:00:00 2001 From: glixx Date: Thu, 23 May 2019 09:33:31 +0300 Subject: [PATCH] examples: SerialPort: better caption of About dialog --- app/examples/Networking/SerialPort/.src/FAbout.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/examples/Networking/SerialPort/.src/FAbout.class b/app/examples/Networking/SerialPort/.src/FAbout.class index a9e0e993c..3e40f2307 100644 --- a/app/examples/Networking/SerialPort/.src/FAbout.class +++ b/app/examples/Networking/SerialPort/.src/FAbout.class @@ -3,7 +3,7 @@ Public Sub Form_Open() - FAbout.text = Application.name & " " & ("About") + FAbout.text = ("About") Label1.width = FAbout.width Label1.text = Application.name & " " & ("Version") & " " & Application.Version