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:
Manuel Guesdon 2004-03-01 16:43:48 +00:00
parent 40cf3678c0
commit 2991b728d1
2 changed files with 2 additions and 0 deletions

View file

@ -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__

View file

@ -383,3 +383,4 @@ id cidStore__Key = @"cidStore";
id cidKey__Key = @"cidKey";
id isDisplayStringBefore__Key = @"isDisplayStringBefore";
id urlPrefix__Key = @"urlPrefix";
id pathQueryDictionary__Key = @"pathQueryDictionary";