Changeset 1056

Show
Ignore:
Timestamp:
07/08/08 18:25:13 (8 weeks ago)
Author:
gyoung
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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              }