Fix file path truncated issue in save confirmation dialog
Fix #8812, close #8945
This commit is contained in:
parent
401bfcb0cd
commit
c306555db4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue