KeyGenerator 2.1a1 :

- aggiunta versione 22.
This commit is contained in:
Dario Sassi
2020-01-16 17:19:51 +00:00
parent dacd846357
commit 3a401e3b40
2 changed files with 1 additions and 0 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -288,6 +288,7 @@ CKeyGeneratorDlg::LoadFile( const char* szFile)
case 18 : nSel = 2 ; break ;
case 19 : nSel = 3 ; break ;
case 21 : nSel = 4 ; break ;
case 22 : nSel = 5 ; break ;
}
((CComboBox*)GetDlgItem( IDC_VER))->SetCurSel( nSel) ;
int nLev = GetPrivateProfileInt( sSec.c_str(), "Lev", 0, szFile) ;