Mercurial > mercurial > hgweb_mover2.cgi
diff include/common.h @ 29:24283d3a9592 v2.3
fix shortcut-keys
author | pyon@macmini |
---|---|
date | Sat, 05 Nov 2011 12:25:39 +0900 |
parents | d21de4693652 |
children | 405e08552527 |
line wrap: on
line diff
--- a/include/common.h Sat Nov 05 12:21:36 2011 +0900 +++ b/include/common.h Sat Nov 05 12:25:39 2011 +0900 @@ -34,18 +34,19 @@ #include <wx/frame.h> #include <wx/textfile.h> #include <wx/stopwatch.h> - #include "wx/regex.h" + #include <wx/regex.h> #endif enum { // mainframe - ID_MAIN = wxID_HIGHEST + 1, + ID_MAIN = wxID_HIGHEST + 1, ID_TEST, ID_MENUBARFILE, + ID_MENUITEMDETECT, + ID_MENUITEMMOVE, ID_MENUITEMPARAM, ID_MENUITEMAPPDIR, - ID_MENUITEMQUIT, ID_BUTTONNEXTTHU, ID_BUTTONMKDIR,