mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-22 15:00:45 +00:00
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:
parent
00632e1887
commit
fe68350adf
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue