mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 20:11:34 -06:00
4.30 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
bcd1db2f5a
commit
e18587ba51
@@ -152,9 +152,9 @@ void CPanel::SelectSpec(bool selectMode)
|
||||
{
|
||||
CComboDialog comboDialog;
|
||||
comboDialog.Title = selectMode ?
|
||||
LangLoadStringW(IDS_SELECT, 0x03020250):
|
||||
LangLoadStringW(IDS_DESELECT, 0x03020251);
|
||||
comboDialog.Static = LangLoadStringW(IDS_SELECT_MASK, 0x03020252);
|
||||
LangString(IDS_SELECT, 0x03020250):
|
||||
LangString(IDS_DESELECT, 0x03020251);
|
||||
comboDialog.Static = LangString(IDS_SELECT_MASK, 0x03020252);
|
||||
comboDialog.Value = L"*";
|
||||
if (comboDialog.Create(GetParent()) == IDCANCEL)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user