Ignore:
Timestamp:
11/13/2008 11:32:25 AM (4 years ago)
Author:
lowjoel
Message:

Move SetWindowFont? to the MainWindow? class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/Installer/Bootstrapper/Bootstrapper.h

    r539 r541  
    6565 
    6666private: 
    67  
    6867    /// Registers the main window class and creates it. 
    6968    bool InitInstance(); 
     69 
     70    /// Helper function to set the window font for created windows to the system default. 
     71    void SetWindowFont(HWND hWnd); 
    7072}; 
    7173 
Note: See TracChangeset for help on using the changeset viewer.