examples: SerialPort: better caption of About dialog
This commit is contained in:
parent
61567999b1
commit
beb9e1fc15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue