Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@18785 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-04-27 15:18:07 +00:00
parent 97826de652
commit 8bfb893da5
2 changed files with 2 additions and 1 deletions

View File

@ -522,7 +522,7 @@ bool TDongle::login(bool test_all_keys)
bool ok = true;
#ifdef _DEMO_
_hardware = _dongle_hardlock;
_hardware = _dongle_unknown;
_type = _user_dongle;
_serno = 0;
_max_users = 1;

View File

@ -146,6 +146,7 @@
#define TOOL_FONT 179
#define TOOL_COPY 180
#define TOOL_PASTE 181
#define TOOL_ALT 201
#define TOOL_QUESTION 202
#define TOOL_WARNING 203