Changeset 965 for trunk/dll


Ignore:
Timestamp:
Feb 19, 2008, 8:51:19 PM (18 years ago)
Author:
John Small
Message:

Changes made to support having the "State at FM/2 close" accessible through
the States combo box.

Location:
trunk/dll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r961 r965  
    4646  16 Jan 08 SHL Add sync updates toggle
    4747  16 Jan 08 GKY Fix changing background color on toolbar
    48   xx Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen
    4948  17 Jan 08 GKY Add presparam save & restore for individual directory containers
     49  19 Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen
    5050  19 Jan 08 GKY Rework Utilities menu
    5151  05 Feb 08 SHL Restore no-prescan drives if restoring named state
    5252  14 Feb 08 SHL Rework to support settings menu conditional cascade
    5353  15 Feb 08 SHL Rework ResizeChildren to honor fNoTreeGap and resize drive tree better
     54  19 Feb 08 JBS Stop deleting "State at last FM/2 Close" from INI file so it be accessed from States combo box.
    5455
    5556***********************************************************************/
     
    29802981  fIsShutDownState = strcmp(pszStateName, GetPString(IDS_SHUTDOWNSTATE)) == 0;
    29812982  // Delete saved state if restored saved state or internally saved state
    2982   fDeleteState = fIsShutDownState ||
     2983  fDeleteState = /* fIsShutDownState || */
    29832984                 strcmp(pszStateName, GetPString(IDS_FM2TEMPTEXT)) == 0;
    29842985
  • trunk/dll/walkem.c

    r939 r965  
    2424  11 Nov 07 GKY Cancel now directly closes dialog even if directory path text has changed
    2525  20 Jan 08 GKY Walk & walk2 dialogs now save and restore size and position
     26  19 Feb 08 JBS Add "State at last FM/2 close" to the states combo box
    2627
    2728***********************************************************************/
     
    8990                 MPFROMP(pld->path));
    9091    }
     92    WinSendMsg(hwndStatelist,
     93               LM_INSERTITEM,
     94               MPFROM2SHORT(LIT_SORTASCENDING, 0),
     95               MPFROMP(GetPString(IDS_SHUTDOWNSTATE)));
    9196    WinSetWindowText(hwndStatelist, GetPString(IDS_STATETEXT));
    9297  }
Note: See TracChangeset for help on using the changeset viewer.