Skip to content

Commit

Permalink
Fix conflicting IDCs (fixes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronial committed Jun 3, 2019
1 parent 8d63f25 commit f6e76cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define IDC_FONT_PREV 1069
#define IDC_TEXTCOLOR_PREV 1074
#define IDC_BG_COLOR_PREV 1075
#define IDC_FOLLOW_PLAYBACK 1075
#define IDC_FOLLOW_PLAYBACK 1076
#define IDC_FOLLOW_DELAY 1080
#define IDC_FOLLOW_DELAY_SPINNER 1081
#define IDC_SAVED_SELECT 1082
Expand Down Expand Up @@ -83,7 +83,7 @@
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 131
#define _APS_NEXT_COMMAND_VALUE 40004
#define _APS_NEXT_CONTROL_VALUE 1117
#define _APS_NEXT_CONTROL_VALUE 1119
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit f6e76cd

Please sign in to comment.