mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 23:48:46 +00:00
remove comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@26451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f5f8385ad4
commit
d60e988fc1
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-04-17 David Wetzel <dave@turbocat.de>
|
||||
GSWeb.framework/GSWConstants.m
|
||||
* remove comment
|
||||
|
||||
2008-04-15 David Wetzel <dave@turbocat.de>
|
||||
GSWeb.framework/GSWConstants.m
|
||||
GSWExtensions.framework/GSWExtWOCompatibility.h
|
||||
|
|
|
@ -272,8 +272,7 @@ NSString* GSASK_Language = @"GSLanguage";
|
|||
//====================================================================
|
||||
// Page names
|
||||
|
||||
NSString* GSWSessionRestorationErrorPageName[2]={ @"GSWSessionRestorationErrorPage", @"WOSessionRestorationErrorPage" };// WOSessionCreationErrorPage should be WOSessionCreationError but then we would have to hack our sed script in
|
||||
// GSWExtensions -- dw
|
||||
NSString* GSWSessionRestorationErrorPageName[2]={ @"GSWSessionRestorationErrorPage", @"WOSessionRestorationErrorPage" };
|
||||
NSString* GSWSessionCreationErrorPageName[2]={ @"GSWSessionCreationErrorPage", @"WOSessionCreationErrorPage" };
|
||||
NSString* GSWExceptionPageName[2]={ @"GSWExceptionPage", @"WOExceptionPage" };
|
||||
NSString* GSWPageRestorationErrorPageName[2]={ @"GSWPageRestorationErrorPage", @"WOPageRestorationErrorPage" };
|
||||
|
|
Loading…
Reference in a new issue