Changeset 1550 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Nov 3, 2010, 3:50:42 AM (15 years ago)
Author:
Gregg Young
Message:

This actually fixes the double names in the tree container. It also streamlines the initial scan code by eliminating multiple redundant scans.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1549 r1550  
    235235PCSZ FM3Str  = "FM/3";
    236236RGB2 RGBGREY;
     237PSZ pszFocusDir;
    237238
    238239#pragma data_seg(DATA1)
     
    33243325            RemoveOldCnrSwitches(szPrefix, x);
    33253326            continue;
    3326           }
     3327          }
     3328          if (x == 0 && fSwitchTree)
     3329            pszFocusDir = xstrdup(szDir, pszSrcFile, __LINE__);
    33273330          LoadDetailsSwitches(szKeyBase, &localdcd.ds, TRUE);
    33283331          hwndDir = (HWND) WinSendMsg(hwndClient,
Note: See TracChangeset for help on using the changeset viewer.