From d94f2ee01c28734317a1ef982cf15fc90e2d1914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sun, 8 Oct 2017 17:35:02 +0200 Subject: [PATCH] Version 17.22 --- swad_icon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swad_icon.c b/swad_icon.c index 1c1f7a855..cfbceacc4 100644 --- a/swad_icon.c +++ b/swad_icon.c @@ -204,11 +204,11 @@ void Ico_PutContextualIconToEdit (Act_Action_t NextAction,void (*FuncParams) ()) void Ico_PutContextualIconToViewFiles (Act_Action_t NextAction,void (*FuncParams) ()) { - extern const char *Txt_Project_documents; + extern const char *Txt_Files; Lay_PutContextualLink (NextAction,NULL,FuncParams, "folder64x64.gif", - Txt_Project_documents,NULL, + Txt_Files,NULL, NULL); }