From b43107b0b1e2d4fc4c8a9471c0ec6a443ab9e532 Mon Sep 17 00:00:00 2001 From: JazzyNico Date: Wed, 27 May 2009 19:46:25 +0000 Subject: [PATCH] Fixed badly initialized parameters in svgcalendar, printingmarks and foldablebox. --- share/extensions/foldablebox.inx | 12 +-- share/extensions/svgcalendar.inx | 164 +++++++++++++++---------------- 2 files changed, 88 insertions(+), 88 deletions(-) diff --git a/share/extensions/foldablebox.inx b/share/extensions/foldablebox.inx index 1935a7a88..e984e6509 100644 --- a/share/extensions/foldablebox.inx +++ b/share/extensions/foldablebox.inx @@ -9,12 +9,12 @@ 3.0 0.01 0.6 - - px - pt - in - cm - mm + + + + + + true diff --git a/share/extensions/svgcalendar.inx b/share/extensions/svgcalendar.inx index e01666870..840c1f470 100644 --- a/share/extensions/svgcalendar.inx +++ b/share/extensions/svgcalendar.inx @@ -41,88 +41,88 @@ <_param name="month-names" type="string" _gui-text="Month names">January February March April May June July August September October November December <_param name="day-names" type="string" _gui-text="Day names">Sun Mon Tue Wed Thu Fri Sat <_param name="day-names-help" type="description">(The day names list must start from Sunday) - - arabic - big5-tw - big5-hkscs - chinese - cp737 - cp856 - cp874 - cp875 - cp1006 - cyrillic - cyrillic-asian - eucjis2004 - eucjisx0213 - gbk - gb18030-2000 - greek - hebrew - hz-gb - IBM037 - IBM424 - IBM437 - IBM500 - IBM775 - IBM850 - IBM852 - IBM855 - IBM857 - IBM860 - IBM861 - IBM862 - IBM863 - IBM864 - IBM865 - IBM866 - IBM869 - IBM1026 - IBM1140 - iso-2022-jp - iso-2022-jp-1 - iso-2022-jp-2 - iso-2022-jp-2004 - iso-2022-jp-3 - iso-2022-jp-ext - iso-2022-kr - johab - korean - koi8_r - koi8_u - latin1 - latin2 - latin3 - latin4 - latin5 - latin6 - latin8 - Latin - iso-8859-15 - Western Europe - macgreek - maciceland - maccentraleurope - macroman - macturkish - ms932 - ms949 - ms950 - sjis - sjis2004 - sjisx0213 - u-jis - us-ascii - Windows - Central and Eastern Europe - Windows - Russian and more - Windows - Western Europe - Windows - Greek - Windows - Turkish - Windows - Hebrew - Windows - Arabic - Windows - Baltic languages - Windows - Vietnamese - UTF-32 - All languages - UTF-16 - All languages - UTF-8 - All languages + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_param name="encoding-help" type="description">(Select your system encoding. More information at http://docs.python.org/library/codecs.html#standard-encodings) -- 2.30.2