diff --git a/src/elogd.c b/src/elogd.c
index 758b4845..5892d0de 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
+ Revision 1.461 2004/09/08 09:36:16 midas
+ Made 'move to' menu command case insensitive
+
Revision 1.460 2004/08/12 19:27:59 midas
Added more debugging info
@@ -14120,11 +14123,11 @@ void show_select_navigation(LOGBOOK * lbs)
rsprintf("\n",
loc("Toggle all"));
- if (!getcfg(lbs->name, "Menu commands", str, sizeof(str)) || strstr(str, "Delete")) {
+ if (!getcfg(lbs->name, "Menu commands", str, sizeof(str)) || stristr(str, "Delete")) {
rsprintf("\n", loc("Delete"));
}
- if (getcfg(lbs->name, "Menu commands", str, sizeof(str)) && strstr(str, "Copy to")) {
+ if (getcfg(lbs->name, "Menu commands", str, sizeof(str)) && stristr(str, "Copy to")) {
rsprintf("\n", loc("Copy to"));
rsprintf("\n");
}
- if (getcfg(lbs->name, "Menu commands", str, sizeof(str)) && strstr(str, "Move to")) {
+ if (getcfg(lbs->name, "Menu commands", str, sizeof(str)) && stristr(str, "Move to")) {
rsprintf("\n", loc("Move to"));
rsprintf("