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:
Dave Wetzel 2008-04-17 20:12:36 +00:00
parent f5f8385ad4
commit d60e988fc1
2 changed files with 5 additions and 2 deletions

View file

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

View file

@ -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" };