Changeset 1444 for trunk/dll/newview.c


Ignore:
Timestamp:
Jul 23, 2009, 1:24:23 AM (16 years ago)
Author:
Gregg Young
Message:

Rework of drivebar to rescan all drives and refresh media buttons and menu items grey out inappropriate menu items. Streamline Tree scan code and use semaphores to serialize access. Add NOEASUPPORT and LOCALHD driveflag; .LONGNAME usage fixes; (Tickets 377-386)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/newview.c

    r1433 r1444  
    3838  08 Mar 09 GKY Renamed commafmt.h i18nutil.h
    3939  08 Mar 09 GKY Additional strings move to PCSZs in init.c
     40  13 Jul 09 SHL Sync with renames
    4041
    4142***********************************************************************/
     
    18481849                        (PVOID) FNT_8HELVETICA);
    18491850      }
    1850       WinStartTimer(WinQueryAnchorBlock(hwnd), hwnd, ID_TIMER5, 1000L);
     1851      WinStartTimer(WinQueryAnchorBlock(hwnd), hwnd, ID_NEWVIEW_TIMER, 1000L);
    18511852    }
    18521853    break;
     
    40074008      HWND hwndRestore = (HWND) 0;
    40084009
    4009       WinStopTimer(WinQueryAnchorBlock(hwnd), hwnd, ID_TIMER5);
     4010      WinStopTimer(WinQueryAnchorBlock(hwnd), hwnd, ID_NEWVIEW_TIMER);
    40104011      if (ad) {
    40114012        ad->stopflag = 1;
Note: See TracChangeset for help on using the changeset viewer.