mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 19:21:23 +00:00
o added pathQueryDictionary__Key
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18733 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
40cf3678c0
commit
2991b728d1
2 changed files with 2 additions and 0 deletions
|
@ -386,6 +386,7 @@ extern id cidStore__Key;
|
|||
extern id cidKey__Key;
|
||||
extern id isDisplayStringBefore__Key;
|
||||
extern id urlPrefix__Key;
|
||||
extern id pathQueryDictionary__Key;
|
||||
|
||||
#endif // _GSWebConstants_h__
|
||||
|
||||
|
|
|
@ -383,3 +383,4 @@ id cidStore__Key = @"cidStore";
|
|||
id cidKey__Key = @"cidKey";
|
||||
id isDisplayStringBefore__Key = @"isDisplayStringBefore";
|
||||
id urlPrefix__Key = @"urlPrefix";
|
||||
id pathQueryDictionary__Key = @"pathQueryDictionary";
|
||||
|
|
Loading…
Reference in a new issue