* Model/GNUmakefile enable build of test app, fix resource files ref.

* Model/test.gmodel remove ref to IMCustomView.
	* Model/GMAppKit.m add test for XRAW backend.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3175 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Felipe A. Rodriguez 1998-11-06 04:01:33 +00:00
parent 5ae8cd4c80
commit b08fa89ee5
8 changed files with 30 additions and 20 deletions

View file

@ -149,7 +149,7 @@ NSString* mainModelFile;
{
if (![GMModel loadIMFile:mainModelFile
owner:[NSApplication sharedApplication]])
NSLog (@"Cannot load the main model file '%@", mainModelFile);
NSLog (@"Cannot load the main model file '%@", mainModelFile);
}
// post notification that
// launch will finish