Changeset 1121 for trunk/dll/mainwnd.c
- Timestamp:
- Aug 27, 2008, 2:07:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1107 r1121 66 66 18 Jul 08 SHL Use new Fortify feature to avoid spurious reports 67 67 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory 68 26 Aug 08 GKY Require unique ID plus text and help strings for all tools save toolbar on button delete 68 69 69 70 ***********************************************************************/ … … 1240 1241 if (id) 1241 1242 PostMsg(WinQueryWindow(hwnd, QW_PARENT), UM_SETUP, 1242 1243 MPFROM2SHORT(id, 0), MPVOID); 1243 1244 return 0; 1244 1245 … … 2558 2559 if (fToolTitles) 2559 2560 WinShowWindow(WinWindowFromID(hwnd, id + 25000), FALSE); 2560 ResizeTools(hwnd); 2561 ResizeTools(hwnd); 2562 save_tools(NULL); 2561 2563 } 2562 2564 }
Note:
See TracChangeset
for help on using the changeset viewer.