+chg: icon error in case of elevated save failed (or other than access denied error)

This commit is contained in:
Rainer Kottenhoff 2019-11-25 12:52:23 +01:00
parent 8c6183bbae
commit bcf6a3d293

View File

@ -10166,7 +10166,7 @@ bool FileSave(bool bSaveAlways, bool bAsk, bool bSaveAs, bool bSaveCopy, bool bP
}
else {
UpdateToolbar();
InfoBoxLng(MB_ICONWARNING, NULL, IDS_MUI_ERR_SAVEFILE, PathFindFileName(Globals.CurrentFile));
InfoBoxLng(MB_ICONERROR, NULL, IDS_MUI_ERR_SAVEFILE, PathFindFileName(Globals.CurrentFile));
}
}
return fSuccess;