From 5738b426dd5a37b394c32efb2896355d6e0b289a Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 24 Jan 1995 10:30:13 +0000 Subject: [PATCH] Tolto TApplicAtion:: git-svn-id: svn://10.65.10.50/trunk@901 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg4400.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cg/cg4400.cpp b/cg/cg4400.cpp index 854fcb80d..bcc49a51f 100755 --- a/cg/cg4400.cpp +++ b/cg/cg4400.cpp @@ -1,3 +1,4 @@ + // cg4400.cpp // Stampa registri IVA #include "cg4.h" @@ -261,7 +262,7 @@ bool CG4400_application::look_regs(int anno, TString& codlib, int m, int* umese, if (u_data.ok()) if (u_data.month() < m - 1) { - app().TApplication::set_firm(__firm); + app().set_firm(__firm); return error_box("Ditta %ld: Stampare i registri dei mesi precedenti", ditta); } /* @@ -320,7 +321,7 @@ bool CG4400_application::mask_libun (TMask_field& f, KEY k) last_mese = (last_mese < mese) ? last_mese : mese; } } - app().TApplication::set_firm(app().__firm); + app().set_firm(app().__firm); if (last_mese == 13) return FALSE; const char* me = "";