From 942a6ba6f035577bcf0aee0ec37dddf49cc3ae79 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sun, 10 Oct 2010 03:55:01 -0400 Subject: [PATCH] return the actual string Oops. I returned a text field instead of the string in it. :) --- tools/Forge/Bundles/MapEdit/Project.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Forge/Bundles/MapEdit/Project.m b/tools/Forge/Bundles/MapEdit/Project.m index fd2df2f19..2baf2f542 100644 --- a/tools/Forge/Bundles/MapEdit/Project.m +++ b/tools/Forge/Bundles/MapEdit/Project.m @@ -346,7 +346,7 @@ id project_i; - (NSString *) baseDirectoryPath { - return basepathinfo_i; + return path_basepath; } - (NSString *) getMapDirectory