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