From b30836bcd5aa3dfbee08c8bb2036de1ad724ae05 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 16 Feb 2005 08:22:25 +0000 Subject: [PATCH] Added web link to regular expressions SVN revision: 1211 --- src/elogd.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index 0dd1ecf1..a3848d3b 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.563 2005/02/16 08:22:25 ritt + Added web link to regular expressions + Revision 1.562 2005/02/16 08:15:00 ritt Test regular expressions for validity @@ -8995,8 +8998,12 @@ void show_find_form(LOGBOOK * lbs) rsprintf("\n"); rsprintf("%s:", loc("Filters")); - rsprintf("  (%s)
", - loc("Text fields are treated as regular expressions")); + sprintf(str, ""); + strcat(str, loc("regular expressions")); + strcat(str, ""); + rsprintf("  ("); + rsprintf(loc("Text fields are treated as %s"), str); + rsprintf(")
"); /* table for two-column items */ rsprintf("\n");