Changeset 1494 for trunk/dll/command.c
- Timestamp:
- Dec 28, 2009, 5:24:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/command.c
r1491 r1494 35 35 27 Dec 09 GKY Moved Commands to the INI file this makes commands.dat obsolete 36 36 27 Dec 09 GKY Added QueryCommandSettings to streamline code 37 27 Dec 09 GKY Made command hotkeys user selectable. 37 38 38 39 ***********************************************************************/ … … 482 483 &ulSizeCommandsList, &size); 483 484 pszCommandsList = xmallocz(ulSizeCommandsList, pszSrcFile, __LINE__); 484 if (pszCommandsList) 485 if (pszCommandsList) { 485 486 PrfQueryProfileString(fmprof, FM3Str, "COMMANDS.SortOrder", 486 487 NullStr, pszCommandsList, ulSizeCommandsList);
Note:
See TracChangeset
for help on using the changeset viewer.