mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 20:21:24 +00:00
* GSWDatabase/WODisplayGroup.m remove local NSAutoreleasePool adjust makefiles git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30698 72102866-910b-0410-8b05-ffd578937521
22 lines
338 B
Text
22 lines
338 B
Text
ExclamationImage: GSWImage
|
|
{
|
|
filename = "exclamation.mng";
|
|
framework = "GSWExtensions";
|
|
border = 0;
|
|
}
|
|
|
|
ApplicationNameString: GSWString
|
|
{
|
|
value = application.name;
|
|
}
|
|
|
|
ReenterHyperlink: GSWHyperlink
|
|
{
|
|
pageName = "";
|
|
target = "_top";
|
|
};
|
|
|
|
BacktrackingLimitString: GSWString
|
|
{
|
|
value = application.pageCacheSize;
|
|
}
|