mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +00:00
WOExtensions and WOExtensionsGSW. * GSWeb.framework/GNUmakefile: Ditto. * GSWeb.framework/Makefile.postamble. Ditto. * GSWExtensions.framework/Makefile.preamble: Ditto. * GSWExtensionsGSW.framework/Makefile.preamble: Ditto. * GSWExtensionsGSW.framework/GNUmakefile: Ditto. * GSWExtensions.framework/GNUmakefile: Ditto. Move top level GSWSessionRestorationErrorPage.gswd into GSWSessionRestorationErrorPage.gswc. * GSWExtensions.framework/GSWSessionRestorationErrorPage.gswd * GSWExtensions.framework/GSWSessionRestorationErrorPage.gswc/ GSWSessionRestorationErrorPage.gswd Moved contents into component. * GSWExtensions.framework/Makefile.postamble: Install components for 'WO' names correctly. * GSWExtensionsGSW.framework/Makefile.postamble: Ditto. * GSWExtensions.framework/French.lproj/ GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd: Use correct #include syntax. * GSWeb.framework/GSWWOCompatibility.h: Add WOExceptionPage. * GSWeb.framework/GSWApplication.m ([GSWApplication handleException:inContext:]): Remove temporary hack to load 'GSW' exception page for 'WO' names. * GSWExtensions.framework/GSWExceptionPage.m ([GSWExceptionPage setException:]): Remove excess exception log. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18388 72102866-910b-0410-8b05-ffd578937521
17 lines
258 B
Text
17 lines
258 B
Text
ExclamationImage: GSWImage
|
|
{
|
|
filename = "exclamation.mng";
|
|
framework = "GSWExtensions";
|
|
border = 0;
|
|
}
|
|
|
|
ApplicationNameString: GSWString
|
|
{
|
|
value = application.name;
|
|
}
|
|
|
|
ReenterHyperlink: GSWHyperlink
|
|
{
|
|
pageName = "";
|
|
target = "_top";
|
|
}
|