]> git.saurik.com Git - wxWidgets.git/commit
Remember last values used in exec sample "Kill" menu item dialogs.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Sep 2010 21:49:25 +0000 (21:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Sep 2010 21:49:25 +0000 (21:49 +0000)
commitb54ceb72ce8d03400f6f002c8bec3fa27b6c32f5
tree988438897e21a7cc4eb55b1018c71cf1907c8a91
parent732c0c4874b6b6d0855e64a2cb17c1582b9fe221
Remember last values used in exec sample "Kill" menu item dialogs.

Remember the PID entered in the dialog and also remember the last used signal
number. This makes these dialogs slightly less painful to use when testing
even though ideally we'd have a single dialog for choosing both values instead
of two consecutive modal dialogs.

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