mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Update to lzma 23.01.
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
#include "PasswordDialog.h"
|
||||
|
||||
#ifdef LANG
|
||||
#ifdef Z7_LANG
|
||||
#include "LangUtils.h"
|
||||
#endif
|
||||
|
||||
#ifdef LANG
|
||||
#ifdef Z7_LANG
|
||||
static const UInt32 kLangIDs[] =
|
||||
{
|
||||
IDT_PASSWORD_ENTER,
|
||||
@@ -30,9 +30,9 @@ void CPasswordDialog::SetTextSpec()
|
||||
|
||||
bool CPasswordDialog::OnInit()
|
||||
{
|
||||
#ifdef LANG
|
||||
#ifdef Z7_LANG
|
||||
LangSetWindowText(*this, IDD_PASSWORD);
|
||||
LangSetDlgItems(*this, kLangIDs, ARRAY_SIZE(kLangIDs));
|
||||
LangSetDlgItems(*this, kLangIDs, Z7_ARRAY_SIZE(kLangIDs));
|
||||
#endif
|
||||
_passwordEdit.Attach(GetItem(IDE_PASSWORD_PASSWORD));
|
||||
CheckButton(IDX_PASSWORD_SHOW, ShowPassword);
|
||||
@@ -40,7 +40,7 @@ bool CPasswordDialog::OnInit()
|
||||
return CModalDialog::OnInit();
|
||||
}
|
||||
|
||||
bool CPasswordDialog::OnButtonClicked(int buttonID, HWND buttonHWND)
|
||||
bool CPasswordDialog::OnButtonClicked(unsigned buttonID, HWND buttonHWND)
|
||||
{
|
||||
if (buttonID == IDX_PASSWORD_SHOW)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user