Changeset 1097 for trunk/dll/notebook.c
- Timestamp:
- Jul 31, 2008, 8:35:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notebook.c
r1096 r1097 38 38 19 Jul 08 JBS Ticket 197: Support accelerator keys in setting dialogs. 39 39 20 Jul 08 JBS Ticket 114: Support user-selectable env. strings in Tree container. 40 31 Jul 08 JBS Ticket 114: Improved code to avoid traps. 40 41 41 42 ***********************************************************************/ … … 1290 1291 (WinWindowFromID(hwndTree, FID_CLIENT), TREE_CNR), WM_COMMAND, 1291 1292 MPFROM2SHORT(IDM_RESCAN, 0), MPVOID); 1292 PostMsg(hwndTree, UM_SHOWME, MPFROMP(pci->pszFileName), MPVOID); 1293 1293 pszTemp = xmalloc(strlen(pci->pszFileName) + 1, pszSrcFile, __LINE__); 1294 if (pszTemp) { 1295 strcpy(pszTemp, pci->pszFileName); 1296 PostMsg(hwndTree, UM_SHOWME, MPFROMP(pszTemp), MPVOID); 1297 /* pszTemp is freed in the UM_SHOWME code */ 1298 } 1294 1299 } 1295 1300 }
Note:
See TracChangeset
for help on using the changeset viewer.