Changeset 1454 for trunk/dll/mainwnd.c
- Timestamp:
- Sep 13, 2009, 1:27:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1444 r1454 97 97 inappropriate menu context choices 98 98 22 Jul 09 GKY Code changes to use semaphores to serialize drive scanning 99 12 Sep 09 GKY Add FM3.INI User ini and system ini to submenu for view ini 99 100 100 101 ***********************************************************************/ … … 5345 5346 break; 5346 5347 5348 case IDM_INIVIEWERSYS: 5349 StartIniEditor(hwnd, "SYS", 4); 5350 break; 5351 5352 case IDM_INIVIEWERFM2: 5353 StartIniEditor(hwnd, profile, 4); 5354 break; 5355 5347 5356 case IDM_EDITASSOC: 5348 5357 EditAssociations(hwnd);
Note:
See TracChangeset
for help on using the changeset viewer.