Changeset 217 for trunk/mediafolder/c
- Timestamp:
- May 3, 2025, 8:28:15 PM (5 months ago)
- Location:
- trunk/mediafolder/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/c/m3ufolder/m3ufolderoverriddenwpmethods.cpp
r181 r217 294 294 if(hResource) { 295 295 /* insert separator */ 296 getMessage(text, IDSTR_M3ULISTHELP ,sizeof(text), hResource, hwnd);297 menuInsertMenuItem(HWNDFROMMP(mp2), NULL, 0, ID_M3ULISTHELP, text);298 menuInsertMenuSeparator(HWNDFROMMP(mp2), NULL, 1);296 //getMessage(text, IDSTR_M3ULISTHELP ,sizeof(text), hResource, hwnd); 297 //menuInsertMenuItem(HWNDFROMMP(mp2), NULL, 0, ID_M3ULISTHELP, text); 298 //menuInsertMenuSeparator(HWNDFROMMP(mp2), NULL, 1); 299 299 menuInsertMenuSeparator(HWNDFROMMP(mp2), NULL, MIT_END); 300 300 /* Insert 'About' item */ -
trunk/mediafolder/c/mediafldr/mediadialogprocs.cpp
r201 r217 257 257 /* insert separator */ 258 258 /* Insert 'About' item */ 259 getMessage(text, IDSTR_MEDIAFLDHELP ,sizeof(text), hResource, hwnd);259 //getMessage(text, IDSTR_MEDIAFLDHELP ,sizeof(text), hResource, hwnd); 260 260 //menuInsertMenuItem(HWNDFROMMP(mp2), NULL, 0, ID_MEDIAFLDHELP, text); 261 261 //menuInsertMenuSeparator(HWNDFROMMP(mp2), NULL, 1); 262 WinSendMsg(HWNDFROMMP(mp2),MM_REMOVEITEM,MPFROM2SHORT(603,TRUE),0); 263 getMessage(text, IDSTR_MEDIAFLDKEYSHELP ,sizeof(text), hResource, hwnd); 264 menuInsertMenuItem(HWNDFROMMP(mp2), NULL, MIT_END, ID_MEDIAFLDKEYSHELP, text); 262 265 menuInsertMenuSeparator(HWNDFROMMP(mp2), NULL, MIT_END); 263 266 /* Insert 'About' item */ -
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.