Applied patch [ 608850 ] wxX11 menu accelerators need toupper
authorJulian Smart <julian@anthemion.co.uk>
Fri, 13 Sep 2002 13:12:46 +0000 (13:12 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 13 Sep 2002 13:12:46 +0000 (13:12 +0000)
commit8b5be08a09b190d97df6b8938d4e56bf6284a263
treeb27d495bc5d09519e0f5c3a5b1069c33889be7ef
parent6500c0b134e57412145f72b27396dc573adf0844
Applied patch [ 608850 ] wxX11 menu accelerators need toupper

Olly Betts

Letter menu accelerators (with and probably without
modifiers) don't work unless you have capslock on.
Adding a call to toupper() to the appropriate spot fixes
this (wxGtk does toupper in this case already).

Applied patch [ 608530 ] wxX11 doesn't set argv[argc] to NULL

Olly Betts

The code which creates argv under wxX11 doesn't add a
terminating element with value NULL - user code which
expects this (it's true for C/C++ argv) will fail.

Here's a patch to correct this.

I've checked the other versions of app.cpp and they all
get this right.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/x11/app.cpp
src/x11/window.cpp