Changeset 1904 for trunk/dll/mainwnd2.c
- Timestamp:
- Jun 1, 2024, 9:03:22 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd2.c
r1880 r1904 875 875 } 876 876 877 // 2017-12-30 SHL FIXME to support directory override from command line 877 878 size = sizeof(s); 878 879 *s = 0; … … 883 884 pd->hwndLastDir = pd->hwndCurr = pd->hwndDir1 = 884 885 StartDirCnr(hwnd, s, (HWND) 0, 3); 886 885 887 size = sizeof(s); 886 888 *s = 0; … … 890 892 save_dir(s); 891 893 pd->hwndDir2 = StartDirCnr(hwnd, s, (HWND) 0, 3); 894 892 895 WinSetFocus(HWND_DESKTOP, pd->hwndCurr); 893 896 … … 971 974 } 972 975 } 973 //} 976 974 977 // 2014-06-11 SHL Initialize view, sort and filter button text 975 978 if (pd->hwndDir1) { … … 1011 1014 PostMsg(hwndToolback, UM_SETUP2, MPVOID, MPVOID); 1012 1015 fRunning = TRUE; 1013 } // if pd1016 } // if pd 1014 1017 return 0; 1015 1018
Note:
See TracChangeset
for help on using the changeset viewer.