From 236de8f076fcaa472b71d587b7e3a389a3f25a88 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 22 Dec 2005 15:48:27 +0000 Subject: [PATCH] Patch level : 2.2 284 Files correlati : Ricompilazione Demo : [ ] Commento : Mossad 1 git-svn-id: svn://10.65.10.50/trunk@13644 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/dongle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dongle.cpp b/include/dongle.cpp index 722b3bdb5..ac6eedf7f 100755 --- a/include/dongle.cpp +++ b/include/dongle.cpp @@ -248,7 +248,7 @@ bool TDongle::hardlock_login(bool test_all_keys) { xvt_dongle_hl_logout(); if (xvt_dongle_hl_login(PRASSIADR, REFKEY, VERKEY)) - _type = _prassi_dongle; + _type = _developer_dongle; } } xvt_dongle_hl_logout(); @@ -359,7 +359,7 @@ bool TDongle::eutron_login(bool test_all_keys) const char* labels[4] = { "AGA.INFORMATICA", "AGA.PRASSI", "AGA.CAMPO", "25EBAI" }; - TDongleType types[4] = { _aga_dongle, _prassi_dongle, + TDongleType types[4] = { _aga_dongle, _developer_dongle, _user_dongle, _developer_dongle }; for (int k = test_all_keys ? 0 : 2; k < 4; k++) {