diff include/id.h @ 7:29829e98d510

add net.cpp
author pyon@macmini
date Fri, 26 Oct 2018 21:05:11 +0900
parents 9a8b581c1993
children 82f9af6aa7e4
line wrap: on
line diff
--- a/include/id.h	Tue Oct 23 19:15:22 2018 +0900
+++ b/include/id.h	Fri Oct 26 21:05:11 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : id.h
-// Last Change: 2018-10-23 ‰Î 12:36:12.
+// Last Change: 2018-10-26 ‹à 10:43:22.
 //
 
 #ifndef __ID_H__
@@ -7,8 +7,8 @@
 
 #include <wx/wx.h>
 
-#define RSVER "1.0"
-#define RSRELEASE "2018.10.25"
+#define RSVER "1.1"
+#define RSRELEASE "2018.10.29"
 
 enum {
 	ID_MAIN = wxID_HIGHEST + 1,
@@ -16,7 +16,10 @@
 	ID_PSEARCH,
 	ID_LIST,
 	ID_NBOOK,
+
+	// invisible for shortcut-key
 	ID_SLDR,
+	ID_FOCUS,
 	ID_PZOOM,
 	ID_MZOOM,
 	ID_DARK,