Changeset 1673 for trunk/dll/seeall.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1664 r1673 524 524 break; 525 525 } 526 if (!WinDlgBox(HWND_DESKTOP, hwndFrame, ArchiveDlgProc, FM3ModHandle, ARCH_FRAME, (PVOID) & ad) || !*ad.arcname || !*ad.command) { /* we blew it */ 526 if (!WinDlgBox(HWND_DESKTOP, hwndFrame, ArchiveDlgProc, FM3ModHandle, ARCH_FRAME, (PVOID) & ad) || 527 !*ad.arcname || !*ad.command) { // we blew it 527 528 FreeList(list); 528 529 break; … … 622 623 goto RetryPath; 623 624 } 624 / * intentional fallthru */625 // intentional fallthru 625 626 case IDM_RENAME: 626 627 { … … 756 757 } 757 758 if (plen) { 758 / * make directory/ies, if required */759 // make directory/ies, if required 759 760 760 761 CHAR dirpart[CCHMAXPATH]; … … 1439 1440 static BOOL Mark(HWND hwnd, INT command, CHAR ** list) 1440 1441 { 1441 / * Marks only unfiltered files */1442 // Marks only unfiltered files 1442 1443 1443 1444 ALLDATA *pAD = WinQueryWindowPtr(hwnd, QWL_USER); … … 1500 1501 static BOOL UpdateList(HWND hwnd, CHAR **list) 1501 1502 { 1502 / * Updates files in the list */1503 // Updates files in the list 1503 1504 1504 1505 ALLDATA *ad = WinQueryWindowPtr(hwnd, QWL_USER); … … 2494 2495 mr = oldproc(hwnd, msg, mp1, mp2); 2495 2496 2496 /* 2497 /** 2497 2498 * Calculate the position of the client rectangle. 2498 2499 * Otherwise, we'll see a lot of redraw when we move the … … 2515 2516 sCount = (SHORT) oldproc(hwnd, msg, mp1, mp2); 2516 2517 2517 /* 2518 /** 2518 2519 * Reformat the frame to "squeeze" the client 2519 2520 * and make room for status window sibling beneath … … 3534 3535 for (x = pAD->topfile - 1; x < pAD->afindexcnt; x++) { 3535 3536 ptl.x = pAD->horzscroll; 3536 if (wascursored) { / * reestablish normal colors */3537 if (wascursored) { // reestablish normal colors 3537 3538 GpiSetColor(pAD->hps, 3538 3539 standardcolors[Colors[COLORS_NORMALFORE]]);
Note:
See TracChangeset
for help on using the changeset viewer.