mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
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 '^':
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
@ -1156,6 +1157,7 @@ msi_maskedit_create_children( struct msi_maskedit_info *info, LPCWSTR font )
|
||||
/*
|
||||
* office 2003 uses "73931<````=````=````=````=`````>@@@@@"
|
||||
* delphi 7 uses "<????-??????-??????-????>" and "<???-???>"
|
||||
* filemaker pro 7 uses "<^^^^=^^^^=^^^^=^^^^=^^^^=^^^^=^^^^^>"
|
||||
*/
|
||||
static UINT msi_dialog_maskedit_control( msi_dialog *dialog, MSIRECORD *rec )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user