diff --git a/lv/lv2900.cpp b/lv/lv2900.cpp index 018e9dd01..cbcf9ea13 100755 --- a/lv/lv2900.cpp +++ b/lv/lv2900.cpp @@ -372,7 +372,7 @@ bool TConta_pulito_msk::on_field_event(TOperable_field& f,TField_event e,long jo } if(_auto == "A") - send_key(DLG_QUIT, K_SPACE); + send_key(K_SPACE, DLG_QUIT); return true; }