Fix file path truncated issue in save confirmation dialog

Fix #8812, close #8945
This commit is contained in:
eljefe7000 2020-10-03 10:49:36 -04:00 committed by Don HO
parent 401bfcb0cd
commit c306555db4
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E
1 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ EXSTYLE WS_EX_WINDOWEDGE
CAPTION "Save"
FONT 8, TEXT("MS Shell Dlg"), 0, 0, 0x1
BEGIN
LTEXT "",IDC_DOSAVEORNOTTEX,7,10,290,40
LTEXT "",IDC_DOSAVEORNOTTEX,7,10,290,40,SS_EDITCONTROL
DEFPUSHBUTTON "&Yes",IDYES,10,60,50,14,BS_FLAT
PUSHBUTTON "&No",IDNO,65,60,50,14,BS_FLAT
PUSHBUTTON "&Cancel",IDCANCEL,120,60,50,14,BS_FLAT