mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 06:11:36 -06:00
4.53 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
33ccab7e72
commit
051769bbc5
@@ -13,6 +13,8 @@
|
||||
|
||||
#include "FarUtils.h"
|
||||
|
||||
const UInt32 kNumInfoLinesMax = 30; // Change it;
|
||||
|
||||
class CPlugin
|
||||
{
|
||||
NWindows::NCOM::CComInitializer m_ComInitializer;
|
||||
@@ -20,7 +22,7 @@ class CPlugin
|
||||
|
||||
UString m_PannelTitle;
|
||||
|
||||
InfoPanelLine m_InfoLines[30]; // Change it;
|
||||
InfoPanelLine m_InfoLines[kNumInfoLinesMax];
|
||||
|
||||
char m_FileNameBuffer[1024];
|
||||
char m_CurrentDirBuffer[1024];
|
||||
|
||||
Reference in New Issue
Block a user