Changeset 1471 for trunk/dll/treecnr.c
- Timestamp:
- Oct 14, 2009, 1:43:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1456 r1471 106 106 #include "notebook.h" // CfgDlgProc 107 107 #include "command.h" // RunCommand 108 #include "worker.h" // Action, MassAction108 #include "worker.h" // Action, MassAction 109 109 #include "mainwnd.h" // BubbleHelp, FindDirCnrByName, GetNextWindowPos 110 110 #include "misc.h" // CnrDirectEdit, EmphasizeButton, FindDirCnr 111 // FindDirCnr, FixSwitchList, OpenEdit, QuickPopup112 // SetSortChecks, SwitchCommand, CheckMenu113 // CurrentRecord, IsFm2Window111 // FindDirCnr, FixSwitchList, OpenEdit, QuickPopup 112 // SetSortChecks, SwitchCommand, CheckMenu 113 // CurrentRecord, IsFm2Window 114 114 #include "common.h" // CommonCnrProc, CommonDriveCmd, CommonFrameWndProc 115 // CommonTextProc115 // CommonTextProc 116 116 #include "valid.h" // CheckDrive, DriveFlagsOne, IsValidDrive 117 117 #include "chklist.h" // DropListProc … … 838 838 } 839 839 } 840 // 21 Sep 09 SHL fixme to know why checking again - focus change? 840 841 if (dcd->hwndFrame == WinQueryActiveWindow(dcd->hwndParent)) 841 842 WinSetWindowText(hwndStatus, s);
Note:
See TracChangeset
for help on using the changeset viewer.