diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-24 15:46:08 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-24 15:46:08 +0000 |
| commit | f44a06465ab2d05c6db793e02aa0aba787bafdda (patch) | |
| tree | 79c1965524996469cff5443c0e266af249e684b2 /Source/Core/DebuggerWX/src/CodeWindow.h | |
| parent | e3d7c44a8e42a1c44e1d75bd159fdba825af210e (diff) | |
Change some project settings. Reorganize the symbol database code, step 1/2.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@292 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/CodeWindow.h')
| -rw-r--r-- | Source/Core/DebuggerWX/src/CodeWindow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.h b/Source/Core/DebuggerWX/src/CodeWindow.h index 0276a99c60..45e965928e 100644 --- a/Source/Core/DebuggerWX/src/CodeWindow.h +++ b/Source/Core/DebuggerWX/src/CodeWindow.h @@ -81,9 +81,10 @@ class CCodeWindow IDM_MEMORYWINDOW,
IDM_SCANFUNCTIONS,
IDM_LOGINSTRUCTIONS,
- IDM_LOADMAPFILE,
IDM_SAVEMAPFILE,
- IDM_RENAMEFUNCTION,
+ IDM_CREATESIGNATUREFILE,
+ IDM_USESIGNATUREFILE,
+ IDM_USESYMBOLFILE,
IDM_CLEARCODECACHE,
};
|
