Changeset 1429
- Timestamp:
- Jun 8, 2009, 1:11:14 AM (16 years ago)
- Location:
- trunk/dll
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm3str.h
r1425 r1429 30 30 07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error 31 31 14 Mar 09 GKY Remove variables that were transferred to PCSZs 32 06 Jun 09 GKY Status line to show file sys/label not shown in tree; shortened to fit split status 32 33 33 34 ***********************************************************************/ -
trunk/dll/init.c
r1424 r1429 79 79 14 Mar 09 GKY Prevent execution of UM_SHOWME while drive scan is occuring replaces check for 80 80 saved drive containers. 81 06 Jun 09 GKY Add option to show file system type or drive label in tree 81 82 82 83 ***********************************************************************/ -
trunk/dll/ipf/notebook.ipf
r1419 r1429 363 363 list of the desired environment variables. (e.g. PATH;LIBPATH;DPATH). 364 364 Note that the pseudo-variable LIBPATH is also supported. 365 365 :p. 366 :hp6.Show file system type or drive label in tree (3-state button):ehp6. This 367 setting allows you to list either the file system type or the drive label 368 following the drive letter in the tree container. The status line at the bottom 369 left lists the information you choose not to list in the tree in addition 370 to the drive's serial number and the amount of free space. When split status line 371 is selected on the :link reftype=hd res=97000."Monolithic":elink. notebook page, 372 the total number of drives only appears when an empty removable drive is selected. 373 The total number of drives preceeds the drive description for all drives if 374 the status lines aren't split. 366 375 367 376 :h3 res=99990 name=PANEL_TREESORTPAGE.Tree sort/views page -
trunk/dll/mainwnd.c
r1427 r1429 86 86 28 Mar 09 GKY Add RemoveOldCnrSwitches to remove pre 3.16 style ini keys; 87 87 add State.version key for check 88 07 Jun 09 GKY Fix IDM_BLINK to not leave a DataBar? on the screen when fDataMin is TRUE. 88 89 89 90 ***********************************************************************/ -
trunk/dll/notebook.c
r1424 r1429 49 49 08 Mar 09 GKY Additional strings move to PCSZs in init.c 50 50 08 Mar 09 GKY Add WriteDetailsSwitches and use LoadDetailsSwitches to replace in line code 51 06 Jun 09 GKY Add option to show file system type or drive label in tree 51 52 52 53 ***********************************************************************/ -
trunk/dll/notebook.h
r1424 r1429 15 15 01 Jan 09 GKY Add option to rescan tree container on eject of removable media 16 16 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 17 06 Jun 09 GKY Add option to show file system type or drive label in tree 17 18 18 19 ***********************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.