diff options
author | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-11-23 05:23:50 +0000 |
---|---|---|
committer | Dennis Syrovatsky <dennis@tightvnc.com> | 2005-11-23 05:23:50 +0000 |
commit | 3f079e7eff79181a17ace419ebd405a76b3f005c (patch) | |
tree | 87d3f395eae54bb67e140d7a2062d390bfd24537 /vncviewer/resource.h | |
parent | f7b2449ff01cd2c306702ab815b5b9539613f130 (diff) | |
download | tigervnc-3f079e7eff79181a17ace419ebd405a76b3f005c.tar.gz tigervnc-3f079e7eff79181a17ace419ebd405a76b3f005c.zip |
Added RBUTTON menu to the file transfer dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@414 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/resource.h')
-rw-r--r-- | vncviewer/resource.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/vncviewer/resource.h b/vncviewer/resource.h index 722b6ddf..3f3f3653 100644 --- a/vncviewer/resource.h +++ b/vncviewer/resource.h @@ -24,6 +24,7 @@ #define IDI_FTDIR 126 #define IDI_FTFILE 127 #define IDI_FTRELOAD 128 +#define IDR_FTMENU 130 #define IDC_PASSWORD 1000 #define IDC_CONNECTING_TEXT 1001 #define IDC_SERVER_EDIT 1002 @@ -121,13 +122,17 @@ #define ID_SEND_CTLESC 40014 #define ID_CONN_SAVE_AS 40015 #define ID_FILE_TRANSFER 40016 +#define IDM_FTCOPY 40022 +#define IDM_FTRENAME 40023 +#define IDM_FTDELETE 40024 +#define IDM_FTCANCEL 40025 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 129 -#define _APS_NEXT_COMMAND_VALUE 40017 +#define _APS_NEXT_RESOURCE_VALUE 131 +#define _APS_NEXT_COMMAND_VALUE 40026 #define _APS_NEXT_CONTROL_VALUE 1083 #define _APS_NEXT_SYMED_VALUE 101 #endif |