mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
GUI: Custom pane management, almost complete
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4109 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -177,9 +177,13 @@ enum
|
||||
IDM_ADDRBOX,
|
||||
|
||||
ID_TOOLBAR_AUI,
|
||||
IDM_PERSPECTIVE_0,
|
||||
IDM_PERSPECTIVE_1,
|
||||
IDM_SAVE_PERSPECTIVE,
|
||||
IDM_ADD_PERSPECTIVE,
|
||||
IDM_PERSPECTIVES_ADD_PANE,
|
||||
IDM_EDIT_PERSPECTIVES,
|
||||
IDM_TAB_SPLIT,
|
||||
IDM_PERSPECTIVES_0,
|
||||
IDM_PERSPECTIVES_100 = IDM_PERSPECTIVES_0 + 100,
|
||||
// --------------------------------------------------------------
|
||||
|
||||
IDM_TOGGLE_DUALCORE, // Other
|
||||
|
Reference in New Issue
Block a user