mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
21.04
This commit is contained in:
@@ -355,6 +355,9 @@ bool Dlg_CreateFolder(HWND wnd, UString &destName);
|
||||
|
||||
void CPanel::CreateFolder()
|
||||
{
|
||||
if (IsHashFolder())
|
||||
return;
|
||||
|
||||
if (!CheckBeforeUpdate(IDS_CREATE_FOLDER_ERROR))
|
||||
return;
|
||||
|
||||
@@ -415,6 +418,9 @@ void CPanel::CreateFolder()
|
||||
|
||||
void CPanel::CreateFile()
|
||||
{
|
||||
if (IsHashFolder())
|
||||
return;
|
||||
|
||||
if (!CheckBeforeUpdate(IDS_CREATE_FILE_ERROR))
|
||||
return;
|
||||
|
||||
@@ -473,6 +479,8 @@ void CPanel::RenameFile()
|
||||
|
||||
void CPanel::ChangeComment()
|
||||
{
|
||||
if (IsHashFolder())
|
||||
return;
|
||||
if (!CheckBeforeUpdate(IDS_COMMENT))
|
||||
return;
|
||||
CDisableTimerProcessing disableTimerProcessing2(*this);
|
||||
|
||||
Reference in New Issue
Block a user