return the actual string

Oops. I returned a text field instead of the string in it. :)
This commit is contained in:
Jeff Teunissen 2010-10-10 03:55:01 -04:00 committed by Bill Currie
parent 877067de61
commit 47117f1762

View file

@ -346,7 +346,7 @@ id project_i;
- (NSString *) baseDirectoryPath
{
return basepathinfo_i;
return path_basepath;
}
- (NSString *) getMapDirectory