]> git.saurik.com Git - wxWidgets.git/commit
Replace erroneous comma with a semicolon in keyboard sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Sep 2011 15:08:06 +0000 (15:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Sep 2011 15:08:06 +0000 (15:08 +0000)
commitd7b3992a5f92ab87a26aeb77cbee2184f0e5432c
tree9e9d29af4a574fff68142995a5acae8d6373a306
parentc559c4b3efb01eceaeeb2a2bbc279cb9367e131c
Replace erroneous comma with a semicolon in keyboard sample.

Fix typo in the sample, comma was used instead of a semicolon. The code still
worked correctly but make it look correctly too now.

Closes #13453.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/keyboard/keyboard.cpp