Changeset 1904 for trunk/dll/mainwnd2.c


Ignore:
Timestamp:
Jun 1, 2024, 9:03:22 PM (14 months ago)
Author:
Steven Levine
Message:

Minor code cleanup and comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd2.c

    r1880 r1904  
    875875      }
    876876
     877      // 2017-12-30 SHL FIXME to support directory override from command line
    877878      size = sizeof(s);
    878879      *s = 0;
     
    883884      pd->hwndLastDir = pd->hwndCurr = pd->hwndDir1 =
    884885        StartDirCnr(hwnd, s, (HWND) 0, 3);
     886
    885887      size = sizeof(s);
    886888      *s = 0;
     
    890892        save_dir(s);
    891893      pd->hwndDir2 = StartDirCnr(hwnd, s, (HWND) 0, 3);
     894
    892895      WinSetFocus(HWND_DESKTOP, pd->hwndCurr);
    893896
     
    971974        }
    972975      }
    973     //}
     976
    974977      // 2014-06-11 SHL Initialize view, sort and filter button text
    975978      if (pd->hwndDir1) {
     
    10111014      PostMsg(hwndToolback, UM_SETUP2, MPVOID, MPVOID);
    10121015      fRunning = TRUE;
    1013     } //if pd
     1016    } // if pd
    10141017    return 0;
    10151018
Note: See TracChangeset for help on using the changeset viewer.