Changeset 1056


Ignore:
Timestamp:
Jul 8, 2008, 6:25:13 PM (17 years ago)
Author:
Gregg Young
Message:

State name not saved fixed; may revert problem where FM2Shutdown appears twice in states list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/dll/mainwnd.c

    r1046 r1056  
    46144614              INT ret = add_setup(szStateName);
    46154615              if (ret == 0) {
    4616 //                WinSendMsg(hwndStatelist, LM_INSERTITEM,
    4617 //                           MPFROM2SHORT(LIT_SORTASCENDING, 0), MPFROMP(szStateName));
     4616                WinSendMsg(hwndStatelist, LM_INSERTITEM,
     4617                           MPFROM2SHORT(LIT_SORTASCENDING, 0), MPFROMP(szStateName));
    46184618                save_setups();
    46194619              }
Note: See TracChangeset for help on using the changeset viewer.