From 8b0bc0775e41be87e1bc6e85e9064516a554e97c Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 30 Jun 2004 16:11:24 +0000 Subject: [PATCH] Patch level : 2.1 80 Files correlati :ba1.exe Ricompilazione Demo : [ ] Commento : Corretta visualizzazione valori EOD ed EOX git-svn-id: svn://10.65.10.50/trunk@12231 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba1100.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba1100.h b/ba/ba1100.h index 766b0f716..3cfa01d66 100755 --- a/ba/ba1100.h +++ b/ba/ba1100.h @@ -37,7 +37,7 @@ public: void add(); void rebuild() { _items = _dir->items();} - TDir_sheet(const char* title,byte buttons=0x8,const char* col = "N.@3R|Nome@20|EOD@R7|EOX@R7|Lung.@R7|Descrizione@43|Formula@33|Flags@R7"); + TDir_sheet(const char* title,byte buttons=0x8,const char* col = "N.@3R|Nome@20|EOD@7R|EOX@7R|Lung.@7R|Descrizione@43|Formula@33|Flags@7R"); virtual ~TDir_sheet(); };