o added dateFormat__AltKey

o added numberFormat__AltKey


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19318 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2004-05-14 12:08:52 +00:00
parent 00632e1887
commit fe68350adf
2 changed files with 4 additions and 0 deletions

View file

@ -297,7 +297,9 @@ GSWEB_EXPORT id action__Key;
GSWEB_EXPORT id name__Key;
GSWEB_EXPORT id disabled__Key;
GSWEB_EXPORT id dateFormat__Key;
GSWEB_EXPORT id dateFormat__AltKey;
GSWEB_EXPORT id numberFormat__Key;
GSWEB_EXPORT id numberFormat__AltKey;
GSWEB_EXPORT id href__Key;
GSWEB_EXPORT id queryDictionary__Key;
GSWEB_EXPORT id multipleSubmit__Key;

View file

@ -296,7 +296,9 @@ id action__Key = @"action";
id name__Key = @"name";
id disabled__Key = @"disabled";
id dateFormat__Key = @"dateformat";
id dateFormat__AltKey = @"dateFormat";
id numberFormat__Key = @"numberformat";
id numberFormat__AltKey = @"numberFormat";
id href__Key = @"href";
id queryDictionary__Key = @"queryDictionary";
id multipleSubmit__Key = @"multipleSubmit";