From 94959a27c35dd591329d691c4698828b394ade72 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 15 May 2016 15:43:38 +0100 Subject: fixup tab bar widget icon resource location --- frontends/cocoa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/cocoa/Makefile b/frontends/cocoa/Makefile index e608ca8d5..3c19e763d 100644 --- a/frontends/cocoa/Makefile +++ b/frontends/cocoa/Makefile @@ -156,10 +156,10 @@ TABBAR_RESOURCES := \ overflowImagePressed.png \ pi.png -R_RESOURCES += $(addprefix PSMTabBarControl/Images/,$(TABBAR_RESOURCES)) - R_RESOURCES := $(addprefix $(FRONTEND_RESOURCES_DIR)/,$(R_RESOURCES)) +R_RESOURCES += $(addprefix $(FRONTEND_SOURCE_DIR)/PSMTabBarControl/Images/,$(TABBAR_RESOURCES)) + LANGUAGES := de en fr it nl LOCALIZED_RESOURCES := Localizable.strings -- cgit v1.2.3