Merge pull request #1137 from lioncash/debugger-crash

DolphinWX: Fix case where the debugger would crash on hiding a pane.
This commit is contained in:
skidau 2014-09-22 14:48:29 +10:00
commit 6379d3983a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class DebugInterface;
enum
{
IDM_MEM_ADDRBOX = 350,
IDM_MEM_ADDRBOX,
IDM_SYMBOLLIST,
IDM_SETVALBUTTON,
IDM_DUMP_MEMORY,