Handle the ^ character in MaskEdit controls.
This commit is contained in:
parent
c329e17ba4
commit
6a976373b3
@ -939,6 +939,7 @@ static BOOL msi_mask_editable( WCHAR type )
|
|||||||
case '&':
|
case '&':
|
||||||
case '`':
|
case '`':
|
||||||
case '?':
|
case '?':
|
||||||
|
case '^':
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
@ -1156,6 +1157,7 @@ msi_maskedit_create_children( struct msi_maskedit_info *info, LPCWSTR font )
|
|||||||
/*
|
/*
|
||||||
* office 2003 uses "73931<````=````=````=````=`````>@@@@@"
|
* office 2003 uses "73931<````=````=````=````=`````>@@@@@"
|
||||||
* delphi 7 uses "<????-??????-??????-????>" and "<???-???>"
|
* delphi 7 uses "<????-??????-??????-????>" and "<???-???>"
|
||||||
|
* filemaker pro 7 uses "<^^^^=^^^^=^^^^=^^^^=^^^^=^^^^=^^^^^>"
|
||||||
*/
|
*/
|
||||||
static UINT msi_dialog_maskedit_control( msi_dialog *dialog, MSIRECORD *rec )
|
static UINT msi_dialog_maskedit_control( msi_dialog *dialog, MSIRECORD *rec )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user