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
parent 34cf3f7570
commit 942a6ba6f0
1 changed files with 1 additions and 1 deletions

View File

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