From ba045459a4c7564356961faf6ef57b330da574d0 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 10 Feb 2009 15:18:13 +0000 Subject: [PATCH] Patch level : 10.0 Files correlati : ci0.exe ci0400a.msk Ricompilazione Demo : [ ] Commento : Corretta colorazione celle del calendario git-svn-id: svn://10.65.10.50/trunk@18236 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ci/ci0400.cpp | 2 +- ci/ci0400.h | 2 +- ci/ci0400a.uml | 21 +-------------------- 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/ci/ci0400.cpp b/ci/ci0400.cpp index e1616743d..1d85b69c0 100755 --- a/ci/ci0400.cpp +++ b/ci/ci0400.cpp @@ -410,7 +410,7 @@ void TImmissioneDocumenti_mask::change_year(int newyear) immissione_documenti_app().change_year(newyear); } -bool TImmissioneDocumenti_mask::is_date_void(int currpage, TDate& cdate) +bool TImmissioneDocumenti_mask::is_date_void(int currpage, const TDate& cdate) { return !(immissione_documenti_app().has_documents(currpage, cdate)); } diff --git a/ci/ci0400.h b/ci/ci0400.h index 52a7b34d8..7a487bdd7 100755 --- a/ci/ci0400.h +++ b/ci/ci0400.h @@ -26,7 +26,7 @@ protected: public: // ereditato da TAlmanac_mask - virtual bool is_date_void(int currpage, TDate& cdate); + virtual bool is_date_void(int currpage, const TDate& cdate); virtual void change_year(int newyear); public: diff --git a/ci/ci0400a.uml b/ci/ci0400a.uml index 4d9d2719e..51c0e95ca 100755 --- a/ci/ci0400a.uml +++ b/ci/ci0400a.uml @@ -43,26 +43,7 @@ BEGIN PICTURE BMP_LASTREC END -BUTTON DLG_NULL 10 2 -BEGIN - PROMPT -1 -1 "" -END - -BUTTON DLG_INFO 10 2 -BEGIN - PROMPT 7 1 "" -END - -BUTTON DLG_HELP 10 2 -BEGIN - PROMPT 8 1 "" -END - -BUTTON DLG_QUIT 10 2 -BEGIN - PROMPT 9 1 "~Fine" - MESSAGE EXIT,K_QUIT -END +#include ENDPAGE