Skip to content

Commit 4deefc9

Browse files
committed
update:cdkey management serial type
1 parent c343177 commit 4deefc9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

XEngine_Release/APPVer.key

25 Bytes
Binary file not shown.

XEngine_Source/XEngine_APPService/XEngine_AuthorizeApp/Authorize_Dialog/Dialog_CDKey.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ BOOL CDialog_CDKey::OnInitDialog()
8181
USES_CONVERSION;
8282
m_ComboRegSerial.InsertString(i, A2W(lpszXSerialType[i]));
8383
}
84-
for (int i = 0; i < 6; i++)
84+
for (int i = 0; i < 9; i++)
8585
{
8686
USES_CONVERSION;
8787
m_ComboRegType.InsertString(i, A2W(lpszXRegType[i]));

0 commit comments

Comments
 (0)