Added new identifiers into resource.h.
Now vncviewer's system menu identifiers base on this new idetifiers.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@368 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/cview.cxx b/vncviewer/cview.cxx
index 993e02a..07d83c5 100644
--- a/vncviewer/cview.cxx
+++ b/vncviewer/cview.cxx
@@ -48,16 +48,16 @@
static LogWriter vlog("CView");
-const int IDM_FULLSCREEN = 1;
-const int IDM_SEND_MENU_KEY = 2;
-const int IDM_SEND_CAD = 3;
-const int IDM_ABOUT = 4;
-const int IDM_OPTIONS = 5;
-const int IDM_INFO = 6;
-const int IDM_NEWCONN = 7;
-const int IDM_REQUEST_REFRESH = 9;
-const int IDM_CTRL_KEY = 10;
-const int IDM_ALT_KEY = 11;
+const int IDM_FULLSCREEN = ID_FULLSCREEN;
+const int IDM_SEND_MENU_KEY = ID_SEND_MENU_KEY;
+const int IDM_SEND_CAD = ID_SEND_CAD;
+const int IDM_ABOUT = ID_ABOUT;
+const int IDM_OPTIONS = ID_OPTIONS;
+const int IDM_INFO = ID_INFO;
+const int IDM_NEWCONN = ID_NEW_CONNECTION;
+const int IDM_REQUEST_REFRESH = ID_REQUEST_REFRESH;
+const int IDM_CTRL_KEY = ID_CTRL_KEY;
+const int IDM_ALT_KEY = ID_ALT_KEY;
const int TIMER_BUMPSCROLL = 1;
const int TIMER_POINTER_INTERVAL = 2;
diff --git a/vncviewer/resource.h b/vncviewer/resource.h
index 07af3b2..bb19dcc 100644
--- a/vncviewer/resource.h
+++ b/vncviewer/resource.h
@@ -101,17 +101,28 @@
#define IDC_FTDIRNAME 1078
#define IDC_CONFIRM_YESTOALL 1079
#define IDC_CONFIRM_TEXT 1080
-#define ID_CLOSE 40002
-#define ID_OPTIONS 40003
-#define ID_NEW_CONNECTION 40004
-#define ID_ABOUT 40005
+#define ID_TOOLBAR 40002
+#define ID_CLOSE 40003
+#define ID_OPTIONS 40004
+#define ID_NEW_CONNECTION 40005
+#define ID_ABOUT 40006
+#define ID_FULLSCREEN 40007
+#define ID_SEND_CAD 40008
+#define ID_INFO 40009
+#define ID_REQUEST_REFRESH 40010
+#define ID_CTRL_KEY 40011
+#define ID_ALT_KEY 40012
+#define ID_SEND_MENU_KEY 40013
+#define ID_SEND_CTLESC 40014
+#define ID_CONN_SAVE_AS 40015
+#define ID_FILE_TRANSFER 40016
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 129
-#define _APS_NEXT_COMMAND_VALUE 40006
+#define _APS_NEXT_COMMAND_VALUE 40017
#define _APS_NEXT_CONTROL_VALUE 1081
#define _APS_NEXT_SYMED_VALUE 101
#endif