Changeset 1521 for trunk/dll/command.c
- Timestamp:
- May 2, 2010, 11:48:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/command.c
r1519 r1521 382 382 size = sizeof(BOOL) * 40; 383 383 PrfQueryProfileData(fmprof, FM3Str, "COMMANDS.UsedHotKeyIDs", &UsedHotKeyIDs, 384 &size); size = sizeof(BOOL); 384 &size); 385 size = sizeof(BOOL); 385 386 PrfQueryProfileData(fmprof, FM3Str, "COMMANDS.LoadCommandsFromINI", 386 387 &fLoadCommandsFromINI, &size); … … 567 568 } 568 569 //This updates the old commands.dat file to the new format 569 //assigning the IDs based on file order or on next available ID if 570 //COMMAND.DAT is hand edited. 570 //assigning the IDs based on file order or on next available ID 571 571 else { 572 572 for (x = 0; x < 300; x++) { … … 839 839 else 840 840 temp->HotKeyID = 0; 841 DbgMsg(pszSrcFile, __LINE__, "info %i", temp->HotKeyID);841 //DbgMsg(pszSrcFile, __LINE__, "info %i", temp->HotKeyID); 842 842 return TRUE; 843 843 }
Note:
See TracChangeset
for help on using the changeset viewer.