9.06 beta

This commit is contained in:
Igor Pavlov
2009-08-17 00:00:00 +00:00
committed by Kornel Lesiński
parent 829409452d
commit c99f3ebdd6
445 changed files with 15246 additions and 8133 deletions

View File

@@ -1,7 +1,7 @@
// LangPage.h
#ifndef __LANGPAGE_H
#define __LANGPAGE_H
#ifndef __LANG_PAGE_H
#define __LANG_PAGE_H
#include "Windows/Control/PropertyPage.h"
#include "Windows/Control/ComboBox.h"
@@ -11,7 +11,8 @@ class CLangPage: public NWindows::NControl::CPropertyPage
NWindows::NControl::CComboBox _langCombo;
UStringVector _paths;
public:
bool _langWasChanged;
bool LangWasChanged;
CLangPage() { LangWasChanged = false; }
virtual bool OnInit();
virtual void OnNotifyHelp();
virtual bool OnCommand(int code, int itemID, LPARAM param);