Skip to content

Commit

Permalink
Merge pull request #3 from ultravnc/main
Browse files Browse the repository at this point in the history
remove old dialogs
  • Loading branch information
jose94752 authored Oct 7, 2024
2 parents 759295e + 22e1361 commit 62e19ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion winvnc/winvnc/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
#define IDD_FORM_Rules 1269
#define IDD_FORM_Notifications 1270
#define IDC_ERROR_TEXT 1271
#define IDC_EDIT_PATH 1272
#define IDE_CUSTOM1 4377
#define ID_ABOUT 32771
#define ID_ADMIN_PROPERTIES 32772
Expand Down Expand Up @@ -395,7 +396,7 @@
#define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 205
#define _APS_NEXT_COMMAND_VALUE 32858
#define _APS_NEXT_CONTROL_VALUE 1272
#define _APS_NEXT_CONTROL_VALUE 1273
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
2 changes: 1 addition & 1 deletion winvnc/winvnc/winvnc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ BEGIN
CONTROL "Log to video",IDC_VIDEO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,182,58,10
PUSHBUTTON "Clear avi encoder",IDC_CLEAR,79,183,75,9
LTEXT "Path",IDC_STATIC,13,169,18,8
EDITTEXT IDC_EDITQUERYTEXT,37,166,146,14,ES_AUTOHSCROLL
EDITTEXT IDC_EDIT_PATH,37,166,146,14,ES_AUTOHSCROLL
GROUPBOX "Logging",IDC_STATIC,7,144,288,54
LTEXT "Default screen",IDC_STATIC,14,126,47,8
CONTROL "Primary",IDC_PRIM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,74,125,40,10
Expand Down

0 comments on commit 62e19ad

Please sign in to comment.