diff include/common.h @ 19:868ccd73e238 v2.2dev

directory viewer
author pyon@macmini
date Tue, 25 Oct 2011 07:48:39 +0900
parents 6ed3b64ed39a
children c540dc3eabe5
line wrap: on
line diff
--- a/include/common.h	Sun Oct 23 21:42:01 2011 +0900
+++ b/include/common.h	Tue Oct 25 07:48:39 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : common.h
-// Last Change: 23-Oct-2011.
+// Last Change: 24-Oct-2011.
 //
 #ifndef __COMMON__
 #define __COMMON__
@@ -60,6 +60,10 @@
 
     // param
 
+    // dirview
+    ID_LISTCTRLALL,
+    ID_LISTCTRLTHUMB,
+    ID_BITMAPPREVIEW,
 };
 
 #if defined(__WXMSW__)