diff options
author | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2006-05-24 15:49:05 +0000 |
---|---|---|
committer | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2006-05-24 15:49:05 +0000 |
commit | f233addb86b7ef9d177c08b47478996657cd9704 (patch) | |
tree | 2ef61411646d002cb7485a05a190a41e3eb63843 /vncviewer/resource.h | |
parent | b7ad8b614f7288686df33f8fbc555b713c9fdec4 (diff) | |
download | tigervnc-f233addb86b7ef9d177c08b47478996657cd9704.tar.gz tigervnc-f233addb86b7ef9d177c08b47478996657cd9704.zip |
Added the scale controls to the vncviewer options dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@587 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/resource.h')
-rw-r--r-- | vncviewer/resource.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vncviewer/resource.h b/vncviewer/resource.h index 5493fd0b..7fb32fe3 100644 --- a/vncviewer/resource.h +++ b/vncviewer/resource.h @@ -120,6 +120,9 @@ #define IDC_FTREMOTELIST 1094 #define IDC_ALLOW_JPEG 1095 #define IDC_FTLOCALRELOAD 1096 +#define IDC_STATIC_SCALE 1097 +#define IDC_COMBO_SCALE 1098 +#define IDC_STATIC_PERCENT 1099 #define ID_TOOLBAR 40002 #define ID_CLOSE 40003 #define ID_OPTIONS 40004 @@ -148,7 +151,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 134 #define _APS_NEXT_COMMAND_VALUE 40028 -#define _APS_NEXT_CONTROL_VALUE 1097 +#define _APS_NEXT_CONTROL_VALUE 1100 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif |