Changeset 1362
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/fm3dll2.h
r1360 r1362 24 24 01 Sep 08 GKY Add IDM_*TLS for icon resources for the default toolbars 25 25 27 Dec 08 GKY Add refresh removable media to tree container menus 26 28 Dec 08 GKY Added Databar to utilities menu 26 27 27 28 Align with spaces only - no tabs please … … 378 379 #define IDM_SAVETOCLIPFILENAME 1161 379 380 #define IDM_APPENDTOCLIPFILENAME 1162 381 #define IDM_DATABAR 1163 380 382 381 383 #define IDM_UTILITIESMENU 2000  - 
      
trunk/dll/fm3res.rc
r1360 r1362 41 41 26 Dec 08 GKY Rework MLE menus (add "view") so toggle word wrap isn't buried on a submenu. 42 42 27 Dec 08 GKY Add refresh removable media to tree container menus 43 28 Dec 08 GKY Added Databar to utilities menu 43 44 44 45 ***********************************************************************/ … … 221 222 MENUITEM "See ~all files", IDM_SEEALL 222 223 MENUITEM "Compar~e directories...",IDM_COMPARE 224 MENUITEM "DataBar", IDM_DATABAR 223 225 MENUITEM "", -1, MIS_SEPARATOR 224 226 MENUITEM "~INI viewer", IDM_INIVIEWER  - 
      
trunk/dll/mainwnd.c
r1354 r1362 74 74 tree scan completion; prevents duplicate directory names in tree. 75 75 10 Dec 08 SHL Integrate exception handler support 76 28 Dec 08 GKY Added Databar to utilities menu 76 77 77 78 ***********************************************************************/ … … 5300 5301 break; 5301 5302 5303 case IDM_DATABAR: 5304 CreateDataBar(HWND_DESKTOP, 0); 5305 break; 5306 5302 5307 case IDM_TOOLLEFT: 5303 5308 case IDM_TOOLRIGHT:  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  