From f71f365268fcb2548b563fd4fbf3502f49f76f7e Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 26 Feb 2010 18:10:54 +0000 Subject: [PATCH] Removed HTML escapes on <> as per Albrecht's suggestion. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7159 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/names.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FL/names.h b/FL/names.h index a58e0c1c5..aa779704f 100644 --- a/FL/names.h +++ b/FL/names.h @@ -37,7 +37,7 @@ /** This is an array of event names you can use to convert event numbers into names. - The array gets defined inline wherever your '\#include <FL/names.h>' appears. + The array gets defined inline wherever your '\#include ' appears. \b Example: \code @@ -80,7 +80,7 @@ const char * const fl_eventnames[] = /** This is an array of font names you can use to convert font numbers into names. - The array gets defined inline wherever your '\#include <FL/names.h>' appears. + The array gets defined inline wherever your '\#include ' appears. \b Example: \code