Ignore:
Timestamp:
Jul 15, 2010, 9:06:01 AM (14 years ago)
Author:
Kevin Toppenberg
Message:

Corrected issue: Posting phantom changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/GUI-config/MainU.pas

    r828 r872  
    14861486                     'Ignoring Value.',mtError,[mbOK],0);
    14871487      end else begin
     1488      if Entry.newValue = ' ' then Entry.newValue := '';
     1489      if Entry.oldValue = ' ' then Entry.oldValue := '';
    14881490         if Entry.oldValue <> Entry.newValue then begin
    14891491           if (Entry.newValue <> CLICK_FOR_SUBS) and
Note: See TracChangeset for help on using the changeset viewer.