Ignore:
Timestamp:
11/4/2007 3:28:46 AM (4 years ago)
Author:
lowjoel
Message:

Moved all the UI resources to the common resource library and include that rc file when compiling the final application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EraserUI/FileTreeCtrl.cpp

    r57 r75  
    12441244{ 
    12451245    CMenu menu; 
    1246   VERIFY(menu.LoadMenu(IDR_TREEFILECTRL_POPUP)); 
     1246    VERIFY(menu.LoadMenu(IDR_TREEFILECTRL_POPUP)); 
    12471247    CMenu* pPopup = menu.GetSubMenu(0); 
    12481248    ASSERT(pPopup != NULL); 
     
    34153415 
    34163416  //Load up the bitmaps used to supplement the system image list 
    3417   VERIFY(m_ilNetwork.Create(IDB_FILETREECTRL_NETWORK, 16, 1, RGB(255, 0, 255))); 
     3417  VERIFY(m_ilNetwork.Create(IDB_TREEFILECTRL_NETWORK, 16, 1, RGB(255, 0, 255))); 
    34183418} 
    34193419 
Note: See TracChangeset for help on using the changeset viewer.