mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+chg: icon error in case of elevated save failed (or other than access denied error)
This commit is contained in:
parent
8c6183bbae
commit
bcf6a3d293
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user