Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/id.h @ 14:c1dc1fcee7fe
print zoom.
author | pyon@macmini |
---|---|
date | Sun, 09 Dec 2018 14:38:15 +0900 |
parents | f5ffc34f045a |
children | c262e17de9b1 |
line wrap: on
line diff
--- a/include/id.h Wed Nov 14 19:43:40 2018 +0900 +++ b/include/id.h Sun Dec 09 14:38:15 2018 +0900 @@ -1,5 +1,5 @@ // Filename : id.h -// Last Change: 2018-11-14 13:54:49. +// Last Change: 2018-11-21 08:25:58. // #ifndef __ID_H__ @@ -7,8 +7,8 @@ #include <wx/wx.h> -#define RSVER "1.6a" -#define RSRELEASE "2018.11.19" +#define RSVER "1.6b" +#define RSRELEASE "2018.11.30" enum { /* for mainframe */ @@ -39,7 +39,12 @@ /* for mange db */ ID_MNGBLD, ID_MNGUPLD, + ID_MNGIDX, ID_MNGEXIT, + + /* for index */ + ID_DPBGN, + ID_DPEND, }; #endif // __ID_H__