From 3f45e535397b45a60c696aa68565aca4d76b1f2e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 10 Jul 2013 11:55:42 +0100 Subject: s/history_core/local_history/ --- cocoa/NetSurf.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cocoa/NetSurf.xcodeproj') diff --git a/cocoa/NetSurf.xcodeproj/project.pbxproj b/cocoa/NetSurf.xcodeproj/project.pbxproj index eacc80a43..ca0bed6f3 100644 --- a/cocoa/NetSurf.xcodeproj/project.pbxproj +++ b/cocoa/NetSurf.xcodeproj/project.pbxproj @@ -47,8 +47,8 @@ 260F1F8B12D620E800D9B07F /* frames.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = frames.c; sourceTree = ""; }; 260F1F8C12D620E800D9B07F /* frames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = frames.h; sourceTree = ""; }; 260F1F8D12D620E800D9B07F /* gui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gui.h; sourceTree = ""; }; - 260F1F8E12D620E800D9B07F /* history_core.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = history_core.c; sourceTree = ""; }; - 260F1F8F12D620E800D9B07F /* history_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = history_core.h; sourceTree = ""; }; + 260F1F8E12D620E800D9B07F /* local_history.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = local_history.c; sourceTree = ""; }; + 260F1F8F12D620E800D9B07F /* local_history.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_history.h; sourceTree = ""; }; 260F1F9012D620E800D9B07F /* history_global_core.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = history_global_core.c; sourceTree = ""; }; 260F1F9112D620E800D9B07F /* history_global_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = history_global_core.h; sourceTree = ""; }; 260F1F9212D620E800D9B07F /* hotlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hotlist.c; sourceTree = ""; }; @@ -404,8 +404,8 @@ 260F1F8B12D620E800D9B07F /* frames.c */, 260F1F8C12D620E800D9B07F /* frames.h */, 260F1F8D12D620E800D9B07F /* gui.h */, - 260F1F8E12D620E800D9B07F /* history_core.c */, - 260F1F8F12D620E800D9B07F /* history_core.h */, + 260F1F8E12D620E800D9B07F /* local_history.c */, + 260F1F8F12D620E800D9B07F /* local_history.h */, 260F1F9012D620E800D9B07F /* history_global_core.c */, 260F1F9112D620E800D9B07F /* history_global_core.h */, 260F1F9212D620E800D9B07F /* hotlist.c */, -- cgit v1.2.3