Fixed for MacOSX KVC. condition = application.isDebuggingEnabled

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19537 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Dave Wetzel 2004-06-16 21:37:57 +00:00
parent a6d04c504d
commit d497dc3640

View file

@ -7,7 +7,7 @@ ExclamationImage: GSWImage
VisibleConditional: GSWCollapsibleComponentContent
{
condition = application.class.isDebuggingEnabled;
condition = application.isDebuggingEnabled;
closedLabel = "An Exception has Occurred";
openedLabel = "Exception Description";
}