4.45 beta

This commit is contained in:
Igor Pavlov
2007-04-17 00:00:00 +00:00
committed by Kornel Lesiński
parent d9666cf046
commit a145bfc7cf
458 changed files with 13144 additions and 18608 deletions

View File

@@ -6,12 +6,12 @@
#include "Windows/Control/PropertyPage.h"
#include "Windows/Control/ListView.h"
#include "../../Common/ArchiverInfo.h"
#include "../../Common/LoadCodecs.h"
class CSystemPage: public NWindows::NControl::CPropertyPage
{
bool _initMode;
CObjectVector<CArchiverInfo> m_Archivers;
CObjectVector<CArcInfoEx> m_Archivers;
NWindows::NControl::CListView m_ListView;
public:
virtual bool OnInit();