mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
Make log options an AUI window instead of a dialog.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7217 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f9ccd6dfa1
commit
3b6f7644fd
15 changed files with 111 additions and 87 deletions
|
@ -125,6 +125,7 @@ enum
|
|||
|
||||
// Views
|
||||
IDM_LOGWINDOW,
|
||||
IDM_LOGCONFIGWINDOW,
|
||||
IDM_CONSOLEWINDOW,
|
||||
IDM_REGISTERWINDOW,
|
||||
IDM_BREAKPOINTWINDOW,
|
||||
|
@ -136,6 +137,7 @@ enum
|
|||
|
||||
// Float Window IDs
|
||||
IDM_LOGWINDOW_PARENT,
|
||||
IDM_LOGCONFIGWINDOW_PARENT,
|
||||
IDM_CONSOLEWINDOW_PARENT,
|
||||
IDM_REGISTERWINDOW_PARENT,
|
||||
IDM_BREAKPOINTWINDOW_PARENT,
|
||||
|
@ -147,6 +149,7 @@ enum
|
|||
|
||||
// Float popup menu IDs
|
||||
IDM_FLOAT_LOGWINDOW,
|
||||
IDM_FLOAT_LOGCONFIGWINDOW,
|
||||
IDM_FLOAT_CONSOLEWINDOW,
|
||||
IDM_FLOAT_REGISTERWINDOW,
|
||||
IDM_FLOAT_BREAKPOINTWINDOW,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue