1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/x11-wm/treewm/files/patch-uehandler.cc
Kirill Ponomarev d52b0a4378 - Handle both submenus correctly case-insensitively
PR:		ports/65434
Submitted by:	maintainer
2004-04-11 14:18:03 +00:00

11 lines
318 B
C++

--- ../treewm-0.4.5.orig/src/uehandler.cc Mon Mar 8 00:20:42 2004
+++ src/uehandler.cc Mon Mar 8 00:42:26 2004
@@ -955,6 +955,7 @@
if (!ExecAll)
return false;
{
+ lower(str);
MenuInfo *mi = ((MenuInfo *)rman->GetInfo(SE_MENUINFO,str+1));
if (mi) {
int x,y;