diff --git a/elogd.c b/elogd.c index 271e3b14..1fb94ae9 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.91 2002/11/04 12:56:25 midas + Fixed bug selecting messages in other languages + Revision 2.90 2002/10/25 04:21:19 midas Made self registration work with global password file @@ -6464,8 +6467,6 @@ int i, n_log; char str[256]; char lbk_list[MAX_N_LIST][NAME_LENGTH]; - - rsprintf("\n", gt("Border width"), gt("Categories cellpadding")); rsprintf("
\n", gt("Menu1 Align"), gt("Menu1 BGColor")); @@ -6488,13 +6489,13 @@ char lbk_list[MAX_N_LIST][NAME_LENGTH]; rsprintf("\n", loc("Toggle all")); if (!getcfg(lbs->name, "Menu commands", str) || - strstr(str, loc("Delete"))) + strstr(str, "Delete")) { rsprintf("\n", loc("Delete")); } if (getcfg(lbs->name, "Menu commands", str) && - strstr(str, loc("Copy to"))) + strstr(str, "Copy to")) { rsprintf("\n", loc("Copy to")); rsprintf("\n", loc("Move to")); rsprintf("