Changeset 872 for cprs/branches/GUI-config/MainU.pas
- Timestamp:
- Jul 15, 2010, 9:06:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/GUI-config/MainU.pas
r828 r872 1486 1486 'Ignoring Value.',mtError,[mbOK],0); 1487 1487 end else begin 1488 if Entry.newValue = ' ' then Entry.newValue := ''; 1489 if Entry.oldValue = ' ' then Entry.oldValue := ''; 1488 1490 if Entry.oldValue <> Entry.newValue then begin 1489 1491 if (Entry.newValue <> CLICK_FOR_SUBS) and
Note:
See TracChangeset
for help on using the changeset viewer.