Changeset 1454 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Sep 13, 2009, 1:27:47 AM (16 years ago)
Author:
Gregg Young
Message:

Add submenu to view ini that includes fm3.ini, the user ini and the system ini as open choices (ticket 366)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1444 r1454  
    9797                inappropriate menu context choices
    9898  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
    99100
    100101***********************************************************************/
     
    53455346    break;
    53465347
     5348  case IDM_INIVIEWERSYS:
     5349    StartIniEditor(hwnd, "SYS", 4);
     5350    break;
     5351
     5352  case IDM_INIVIEWERFM2:
     5353    StartIniEditor(hwnd, profile, 4);
     5354    break;
     5355
    53475356  case IDM_EDITASSOC:
    53485357    EditAssociations(hwnd);
Note: See TracChangeset for help on using the changeset viewer.