Changeset 572
- Timestamp:
- Mar 21, 2007, 3:52:36 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/dll/filldir.c ¶
r557 r572 29 29 17 Feb 07 GKY Add more drive types 30 30 09 Mar 07 GKY Use SelectDriveIcon 31 20 Mar 07 GKY Increase extention check to 4 letters for icon selections 31 32 32 33 ***********************************************************************/ … … 56 57 HPOINTER hptr; 57 58 ULONG cmp; 58 CHAR cmps[ 4];59 CHAR cmps[5]; 59 60 60 61 p = strrchr(p, '.'); 61 if (p && !p[ 4]) {62 if (p && !p[5]) { 62 63 cmps[0] = '.'; 63 64 cmps[1] = toupper(p[1]); 64 65 cmps[2] = toupper(p[2]); 65 66 cmps[3] = toupper(p[3]); 67 cmps[4] = toupper(p[4]); 66 68 67 69 cmp = *(ULONG *) cmps; -
TabularUnified trunk/dll/ipf/notebook.ipf ¶
r555 r572 10 10 .* 30 Dec 06 GKY Corrected statement re copy/move "toggle" in OS/2 11 11 .* 03 Mar 07 GKY Update that file systems other than HPFS support long names 12 .* 20 Mar 07 DG Add discribtion for Mommy make it stop 12 13 .* 13 14 .*********************************************************************** … … 615 616 is permanent (unrecoverable) deletion. 616 617 :p. 617 :hp6.FM/2 deletes dragged items:ehp6. controls whether FM/2 deletes 618 dragged items, or the target of the drag (usually the Trashcan WPS 619 object) performs the deletion. 618 :hp6.Mommy, make it stop!:ehp6. This button is a 3 state button (toggle) 619 which makes the mouse pointer operate in one of 3 ways. If unselected, 620 FM/2 will use a finger (the default). The "x" is a transparent pointer, and 621 the "=" is the operating system default pointer. 620 622 :p. 621 623 If the :hp6.Confirm target:ehp6. checkbox is checked, as it is by … … 788 790 You might also want to take a look at the :link reftype=hd 789 791 res=100000."FM/2 Lite":elink. object in the FM/2 folder. 790 791 792
Note:
See TracChangeset
for help on using the changeset viewer.