Changeset 1025 for trunk/dll/walkem.c


Ignore:
Timestamp:
Jun 20, 2008, 3:54:15 AM (17 years ago)
Author:
John Small
Message:

Ticket 227: Changes allow modifications and deletions of saved
states using the reserved name of "FM2Shutdown". If the
"Save directory state on close" setting is enabled, then users
are warned of the consequences of deleting or redefining this
state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/walkem.c

    r1017 r1025  
    9393                 MPFROMP(pld->path));
    9494    }
    95     if (fSaveState) {
    96       WinSendMsg(hwndStatelist,
    97                  LM_INSERTITEM,
    98                  MPFROM2SHORT(LIT_SORTASCENDING, 0),
    99                  MPFROMP(GetPString(IDS_SHUTDOWNSTATE)));
    100     }
     95//     if (fSaveState) {
     96//       WinSendMsg(hwndStatelist,
     97//               LM_INSERTITEM,
     98//               MPFROM2SHORT(LIT_SORTASCENDING, 0),
     99//               MPFROMP(GetPString(IDS_SHUTDOWNSTATE)));
     100//     }
    101101    WinSetWindowText(hwndStatelist, GetPString(IDS_STATETEXT));
    102102  }
Note: See TracChangeset for help on using the changeset viewer.