o added urlPrefix__Key

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18354 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2004-01-09 11:42:19 +00:00
parent dc57f5fe2a
commit c50448b302
2 changed files with 2 additions and 0 deletions

View file

@ -379,6 +379,7 @@ extern id stopIndex__Key;
extern id cidStore__Key;
extern id cidKey__Key;
extern id isDisplayStringBefore__Key;
extern id urlPrefix__Key;
#endif // _GSWebConstants_h__

View file

@ -376,3 +376,4 @@ id stopIndex__Key = @"stopIndex";
id cidStore__Key = @"cidStore";
id cidKey__Key = @"cidKey";
id isDisplayStringBefore__Key = @"isDisplayStringBefore";
id urlPrefix__Key = @"urlPrefix";