Changeset 1369 for trunk/dll/datamin.c


Ignore:
Timestamp:
Jan 3, 2009, 7:43:34 PM (17 years ago)
Author:
Gregg Young
Message:

Add check for p-rotectonly system to gray out dos/win commandline choices etc. Ticket 325 It also fixes problem with some drives not being scanned on startup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/datamin.c

    r1335 r1369  
    384384      WinCheckMenuItem(hwndMenu, MINI_BORING, fDullMin);
    385385      WinCheckMenuItem(hwndMenu, MINI_INCLREMOTE, fDataInclRemote);
     386      if (fProtectOnly) {
     387        WinEnableMenuItem(hwndMenu, IDM_DOSCOMMANDLINE, FALSE);
     388        WinEnableMenuItem(hwndMenu, IDM_WINFULLSCREEN, FALSE);
     389      }
    386390      NoFloat = TRUE;
    387391      if (!PopupMenu(hwnd, hwnd, hwndMenu))
Note: See TracChangeset for help on using the changeset viewer.