mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 03:31:16 +00:00
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:
parent
dc57f5fe2a
commit
c50448b302
2 changed files with 2 additions and 0 deletions
|
@ -379,6 +379,7 @@ extern id stopIndex__Key;
|
||||||
extern id cidStore__Key;
|
extern id cidStore__Key;
|
||||||
extern id cidKey__Key;
|
extern id cidKey__Key;
|
||||||
extern id isDisplayStringBefore__Key;
|
extern id isDisplayStringBefore__Key;
|
||||||
|
extern id urlPrefix__Key;
|
||||||
|
|
||||||
#endif // _GSWebConstants_h__
|
#endif // _GSWebConstants_h__
|
||||||
|
|
||||||
|
|
|
@ -376,3 +376,4 @@ id stopIndex__Key = @"stopIndex";
|
||||||
id cidStore__Key = @"cidStore";
|
id cidStore__Key = @"cidStore";
|
||||||
id cidKey__Key = @"cidKey";
|
id cidKey__Key = @"cidKey";
|
||||||
id isDisplayStringBefore__Key = @"isDisplayStringBefore";
|
id isDisplayStringBefore__Key = @"isDisplayStringBefore";
|
||||||
|
id urlPrefix__Key = @"urlPrefix";
|
||||||
|
|
Loading…
Reference in a new issue