From 42576ec9c80a68492115be8b01026fb918a9cfba Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 17 May 2005 13:08:09 +0000 Subject: [PATCH] Patch level : 2.2 102 Files correlati : Ricompilazione Demo : [ ] Commento : MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cambiata a regola per le immagini sul calendario ora รจ : modulo + "mn" + n.ro mese es. cimn05.jpg git-svn-id: svn://10.65.10.50/trunk@13103 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ci/cilib.cpp | 2 +- ci/{calend01.jpg => cimn01.jpg} | Bin ci/{calend02.jpg => cimn02.jpg} | Bin ci/{calend03.jpg => cimn03.jpg} | Bin ci/{calend04.jpg => cimn04.jpg} | Bin ci/{calend05.jpg => cimn05.jpg} | Bin ci/{calend06.jpg => cimn06.jpg} | Bin ci/{calend07.jpg => cimn07.jpg} | Bin ci/{calend08.jpg => cimn08.jpg} | Bin ci/{calend09.jpg => cimn09.jpg} | Bin ci/{calend10.jpg => cimn10.jpg} | Bin ci/{calend11.jpg => cimn11.jpg} | Bin ci/{calend12.jpg => cimn12.jpg} | Bin 13 files changed, 1 insertion(+), 1 deletion(-) rename ci/{calend01.jpg => cimn01.jpg} (100%) rename ci/{calend02.jpg => cimn02.jpg} (100%) rename ci/{calend03.jpg => cimn03.jpg} (100%) rename ci/{calend04.jpg => cimn04.jpg} (100%) rename ci/{calend05.jpg => cimn05.jpg} (100%) rename ci/{calend06.jpg => cimn06.jpg} (100%) rename ci/{calend07.jpg => cimn07.jpg} (100%) rename ci/{calend08.jpg => cimn08.jpg} (100%) rename ci/{calend09.jpg => cimn09.jpg} (100%) rename ci/{calend10.jpg => cimn10.jpg} (100%) rename ci/{calend11.jpg => cimn11.jpg} (100%) rename ci/{calend12.jpg => cimn12.jpg} (100%) diff --git a/ci/cilib.cpp b/ci/cilib.cpp index de85be272..8520849c0 100755 --- a/ci/cilib.cpp +++ b/ci/cilib.cpp @@ -384,7 +384,7 @@ void TImage_window::update() _curr_month = month; clear(MASK_BACK_COLOR); - TFilename month_img; month_img.format("calend%02d.jpg", _curr_month); + TFilename month_img; month_img.format("%2smn%02d.jpg", (const char *) f.mask().source_file().left(2), _curr_month); if (month_img.custom_path()) { diff --git a/ci/calend01.jpg b/ci/cimn01.jpg similarity index 100% rename from ci/calend01.jpg rename to ci/cimn01.jpg diff --git a/ci/calend02.jpg b/ci/cimn02.jpg similarity index 100% rename from ci/calend02.jpg rename to ci/cimn02.jpg diff --git a/ci/calend03.jpg b/ci/cimn03.jpg similarity index 100% rename from ci/calend03.jpg rename to ci/cimn03.jpg diff --git a/ci/calend04.jpg b/ci/cimn04.jpg similarity index 100% rename from ci/calend04.jpg rename to ci/cimn04.jpg diff --git a/ci/calend05.jpg b/ci/cimn05.jpg similarity index 100% rename from ci/calend05.jpg rename to ci/cimn05.jpg diff --git a/ci/calend06.jpg b/ci/cimn06.jpg similarity index 100% rename from ci/calend06.jpg rename to ci/cimn06.jpg diff --git a/ci/calend07.jpg b/ci/cimn07.jpg similarity index 100% rename from ci/calend07.jpg rename to ci/cimn07.jpg diff --git a/ci/calend08.jpg b/ci/cimn08.jpg similarity index 100% rename from ci/calend08.jpg rename to ci/cimn08.jpg diff --git a/ci/calend09.jpg b/ci/cimn09.jpg similarity index 100% rename from ci/calend09.jpg rename to ci/cimn09.jpg diff --git a/ci/calend10.jpg b/ci/cimn10.jpg similarity index 100% rename from ci/calend10.jpg rename to ci/cimn10.jpg diff --git a/ci/calend11.jpg b/ci/cimn11.jpg similarity index 100% rename from ci/calend11.jpg rename to ci/cimn11.jpg diff --git a/ci/calend12.jpg b/ci/cimn12.jpg similarity index 100% rename from ci/calend12.jpg rename to ci/cimn12.jpg