Attivato sempre il tasto F11

git-svn-id: svn://10.65.10.50/trunk@232 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1994-09-14 07:37:32 +00:00
parent c54566df77
commit dfc7c0a805
2 changed files with 2 additions and 6 deletions

View File

@ -12,9 +12,7 @@
HIDDEN const char* const MASK_EXT = "msk"; HIDDEN const char* const MASK_EXT = "msk";
#ifdef DBG clock_t clock1, clock2;
clock_t clock1, clock2, clock3;
#endif
/////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////
// TMask methods // TMask methods
@ -740,7 +738,6 @@ bool TMask::on_key(KEY key)
case K_NEXT: case K_NEXT:
next_page(+1); next_page(+1);
break; break;
#ifdef DBG
case K_F11: case K_F11:
message_box("Siete fortunati utenti del campo %d della maschera '%s'\n" message_box("Siete fortunati utenti del campo %d della maschera '%s'\n"
"caricata nell'incredibile tempo di %ld millisecondi\n" "caricata nell'incredibile tempo di %ld millisecondi\n"
@ -748,7 +745,6 @@ bool TMask::on_key(KEY key)
"Grazie per la comprensione", "Grazie per la comprensione",
fld(_focus).dlg(), (const char*)source_file(), clock1, clock2); fld(_focus).dlg(), (const char*)source_file(), clock1, clock2);
break; break;
#endif
default: default:
if (key > K_CTRL) if (key > K_CTRL)
{ {

View File

@ -1 +1 @@
#define VERSION 1.1 #define VERSION 1.2