Skip to content
Snippets Groups Projects
Commit d84a380b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

LEN_MODEM -> LEN_CONNECTION

parent 03e5f113
No related branches found
No related tags found
No related merge requests found
Pipeline #7941 passed
......@@ -474,7 +474,7 @@ void __fastcall TMainForm::FormShow(TObject *Sender)
AddressEdit->MaxLength = LEN_ADDRESS;
LocationEdit->MaxLength = LEN_LOCATION;
ZipCodeEdit->MaxLength = LEN_ZIPCODE;
ModemEdit->MaxLength = LEN_MODEM;
ModemEdit->MaxLength = LEN_CONNECTION;
CommentEdit->MaxLength = LEN_COMMENT;
PasswordEdit->MaxLength = LEN_PASS;
SexEdit->MaxLength = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment