Ignore:
Timestamp:
Mar 21, 2015, 3:03:30 AM (8 years ago)
Author:
roman
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/DirectionControl/MainDialog.h

    r299 r383  
    678678                //m_PropertySheetButton = GetDlgItem(OnPropertySheet);
    679679                //DlgResize_Init();
    680                 SetIcon(AtlLoadIconImage(IDI_MODULE, GetSystemMetrics(SM_CXICON), GetSystemMetrics(SM_CYICON), LR_DEFAULTCOLOR), TRUE);
    681                 //SetIcon(AtlLoadIconImage(IDI_MODULE, GetSystemMetrics(SM_CXSMICON), GetSystemMetrics(SM_CYSMICON), LR_DEFAULTCOLOR), FALSE);
     680                SetIcon(AtlLoadIconImage(IDI_MODULE, LR_DEFAULTCOLOR, GetSystemMetrics(SM_CXICON), GetSystemMetrics(SM_CYICON)), TRUE);
     681                SetIcon(AtlLoadIconImage(IDI_MODULE, LR_DEFAULTCOLOR, GetSystemMetrics(SM_CXSMICON), GetSystemMetrics(SM_CYSMICON)), FALSE);
    682682                CMenuHandle Menu = GetSystemMenu(FALSE);
    683683                _W(Menu.AppendMenu(MF_SEPARATOR));
Note: See TracChangeset for help on using the changeset viewer.