Changeset 572


Ignore:
Timestamp:
Mar 21, 2007, 3:52:36 AM (18 years ago)
Author:
Gregg Young
Message:

Convert win bmp to os2 increase extension check for icons to 4 letters from 3 add mommy make it stop to help

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/dll/filldir.c

    r557 r572  
    2929  17 Feb 07 GKY Add more drive types
    3030  09 Mar 07 GKY Use SelectDriveIcon
     31  20 Mar 07 GKY Increase extention check to 4 letters for icon selections
    3132
    3233***********************************************************************/
     
    5657  HPOINTER hptr;
    5758  ULONG cmp;
    58   CHAR cmps[4];
     59  CHAR cmps[5];
    5960
    6061  p = strrchr(p, '.');
    61   if (p && !p[4]) {
     62  if (p && !p[5]) {
    6263    cmps[0] = '.';
    6364    cmps[1] = toupper(p[1]);
    6465    cmps[2] = toupper(p[2]);
    6566    cmps[3] = toupper(p[3]);
     67    cmps[4] = toupper(p[4]);
    6668
    6769    cmp = *(ULONG *) cmps;
  • TabularUnified trunk/dll/ipf/notebook.ipf

    r555 r572  
    1010.* 30 Dec 06 GKY Corrected statement re copy/move "toggle" in OS/2
    1111.* 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
    1213.*
    1314.***********************************************************************
     
    615616is permanent (unrecoverable) deletion.
    616617: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)
     619which makes the mouse pointer operate in one of 3 ways. If unselected,
     620FM/2 will use a finger (the default). The "x" is a transparent pointer, and
     621the "=" is the operating system default pointer.
    620622:p.
    621623If the :hp6.Confirm target:ehp6. checkbox is checked, as it is by
     
    788790You might also want to take a look at the :link reftype=hd
    789791res=100000."FM/2 Lite":elink. object in the FM/2 folder.
    790 
    791 
    792 
Note: See TracChangeset for help on using the changeset viewer.