diff --git a/ps/pd6142100.cpp b/ps/pd6142100.cpp index f4ee74608..05c213382 100755 --- a/ps/pd6142100.cpp +++ b/ps/pd6142100.cpp @@ -32,7 +32,7 @@ class TCopia_movimenti : public TSkeleton_application virtual const char * extra_modules() const {return "cg";} protected: - virtual bool menu(MENU_TAG) ; + virtual void main_loop(); static bool fr_ditt_handler(TMask_field& f, KEY key); static bool to_ditt_handler(TMask_field& f, KEY key); static bool select_button (TMask_field& f, KEY key); @@ -235,7 +235,7 @@ bool TCopia_movimenti::reset_button(TMask_field& f, KEY key) return TRUE; } -bool TCopia_movimenti::menu(MENU_TAG m) +void TCopia_movimenti::main_loop() { TMask msk("pd6142100a"); msk.set_handler(F_DFR, fr_ditt_handler); @@ -264,8 +264,6 @@ bool TCopia_movimenti::menu(MENU_TAG m) } } } while(k == K_ENTER); - - return FALSE; } void TCopia_movimenti::copia_mov()