diff options
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 |