Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/Far/FarPlugin.h')
-rwxr-xr-xCPP/7zip/UI/Far/FarPlugin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/CPP/7zip/UI/Far/FarPlugin.h b/CPP/7zip/UI/Far/FarPlugin.h
index f61bbcb4..a1c9715b 100755
--- a/CPP/7zip/UI/Far/FarPlugin.h
+++ b/CPP/7zip/UI/Far/FarPlugin.h
@@ -456,11 +456,12 @@ struct PluginInfo
char *CommandPrefix;
};
+const int kInfoPanelLineSize = 80;
struct InfoPanelLine
{
- char Text[80];
- char Data[80];
+ char Text[kInfoPanelLineSize];
+ char Data[kInfoPanelLineSize];
int Separator;
};