Browse Source

GUI: Remove IDS_TB_GLOM_2_D

pull/3840/head
Amrsatrio 1 year ago
parent
commit
2a6fb1507d
  1. 1
      ep_gui/resources/EPSettingsResources.h
  2. 1
      ep_gui/resources/lang/ep_gui.en-US.rc

1
ep_gui/resources/EPSettingsResources.h

@ -42,7 +42,6 @@
#define IDS_TB_GLOM_0_D 1038 #define IDS_TB_GLOM_0_D 1038
#define IDS_TB_GLOM_0 1039 #define IDS_TB_GLOM_0 1039
#define IDS_TB_GLOM_1 1040 #define IDS_TB_GLOM_1 1040
#define IDS_TB_GLOM_2_D 1041
#define IDS_TB_GLOM_2 1042 #define IDS_TB_GLOM_2 1042
#define IDS_TB_SECONDARYTBGLOM 1043 #define IDS_TB_SECONDARYTBGLOM 1043
#define IDS_TB_ICONSIZE 1044 #define IDS_TB_ICONSIZE 1044

1
ep_gui/resources/lang/ep_gui.en-US.rc

@ -80,7 +80,6 @@ BEGIN
IDS_TB_GLOM_0_D "Always combine (default)" IDS_TB_GLOM_0_D "Always combine (default)"
IDS_TB_GLOM_0 "Always combine" IDS_TB_GLOM_0 "Always combine"
IDS_TB_GLOM_1 "Combine when taskbar is full" IDS_TB_GLOM_1 "Combine when taskbar is full"
IDS_TB_GLOM_2_D "Never combine (default)"
IDS_TB_GLOM_2 "Never combine" IDS_TB_GLOM_2 "Never combine"
IDS_TB_SECONDARYTBGLOM "Combine taskbar icons on secondary taskbar(s)" IDS_TB_SECONDARYTBGLOM "Combine taskbar icons on secondary taskbar(s)"
IDS_TB_ICONSIZE "Taskbar icon size" IDS_TB_ICONSIZE "Taskbar icon size"

Loading…
Cancel
Save