- Timestamp:
- May 3, 2025, 8:28:15 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/c/mediafldr/mediafolderoverridenwpmethods.cpp
r178 r217 606 606 607 607 /* This works only on Warp 4 and above */ 608 bufferSize=sizeof(buffer);609 if(!wpScanSetupString(pSetupString,"DETAILSTODISPLAY",buffer,&bufferSize)) 608 /* bufferSize=sizeof(buffer); 609 if(!wpScanSetupString(pSetupString,"DETAILSTODISPLAY",buffer,&bufferSize))*/ 610 610 /* This works only on Warp 4 and above */ 611 wpSetup("DETAILSTODISPLAY=0,1,4,12,13,14,15,16,17,18,19,20,21");/* Fill in defaults */611 // wpSetup("DETAILSTODISPLAY=0,1,4,12,13,14,15,16,17,18,19,20,21");/* Fill in defaults */ 612 612 613 613 /* This works only on Warp 4 and above */ … … 875 875 return TRUE; 876 876 //#endif 877 #if 0 877 878 case ID_MEDIAFLDHELP: { 878 879 STARTDATA SData; … … 935 936 return TRUE; 936 937 } 938 #endif 939 case ID_MEDIAFLDKEYSHELP: { 940 CHAR HelpLibrary[CCHMAXPATH]; 941 ULONG Id; 942 wpQueryDefaultHelp(&Id, HelpLibrary); 943 if (Id == IDHLP_MEDIAFOLDERMAIN) 944 wpDisplayHelp(IDHLP_MEDIAFOLDERKEYS, HelpLibrary); 945 else 946 wpDisplayHelp(IDHLP_CDPLAYERKEYS, HelpLibrary); 947 return TRUE; 948 } 949 937 950 case 0x2ce: /* Detail view */ 938 951 /* Call parent */ … … 1093 1106 usIndicator = DOR_NEVERDROP; 1094 1107 usOp = 0; 1095 goto quit;1108 break; 1096 1109 } /* endif */ 1097 1110 #if 0 … … 1102 1115 #endif 1103 1116 } 1117 1104 1118 /* Do not create shadows if the source is the current container */ 1105 1119 if(hwndCnr==pDragInfo->hwndSource) {
Note:
See TracChangeset
for help on using the changeset viewer.