mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Moved resources to better filenames;
Updated HoverButton, now an actual custom control, added focused and down states; Added Help->Website git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@196 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -60,8 +60,10 @@ enum MenuID {
|
||||
, ID_WINDOW_MAX = 220
|
||||
|
||||
// Help menu (MainWindow)
|
||||
, ID_HELP_INDEX = 301
|
||||
, ID_HELP_ABOUT
|
||||
, ID_HELP_INDEX = wxID_HELP_CONTENTS
|
||||
, ID_HELP_WEBSITE = 301
|
||||
, ID_HELP_DOCUMENTATION
|
||||
, ID_HELP_ABOUT = wxID_ABOUT
|
||||
|
||||
// Mode menu (SymbolWindow)
|
||||
, ID_MODE_MIN = 401
|
||||
|
||||
Reference in New Issue
Block a user