From 2a6fb1507dceefd7cfaa0166ec4eddd7fa689e07 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Wed, 16 Oct 2024 22:14:31 +0700 Subject: [PATCH] GUI: Remove IDS_TB_GLOM_2_D --- ep_gui/resources/EPSettingsResources.h | 1 - ep_gui/resources/lang/ep_gui.en-US.rc | 1 - 2 files changed, 2 deletions(-) diff --git a/ep_gui/resources/EPSettingsResources.h b/ep_gui/resources/EPSettingsResources.h index 3b1da96..3d9fa21 100644 --- a/ep_gui/resources/EPSettingsResources.h +++ b/ep_gui/resources/EPSettingsResources.h @@ -42,7 +42,6 @@ #define IDS_TB_GLOM_0_D 1038 #define IDS_TB_GLOM_0 1039 #define IDS_TB_GLOM_1 1040 -#define IDS_TB_GLOM_2_D 1041 #define IDS_TB_GLOM_2 1042 #define IDS_TB_SECONDARYTBGLOM 1043 #define IDS_TB_ICONSIZE 1044 diff --git a/ep_gui/resources/lang/ep_gui.en-US.rc b/ep_gui/resources/lang/ep_gui.en-US.rc index 3e545f9..d2f371a 100644 --- a/ep_gui/resources/lang/ep_gui.en-US.rc +++ b/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 "Always combine" 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_SECONDARYTBGLOM "Combine taskbar icons on secondary taskbar(s)" IDS_TB_ICONSIZE "Taskbar icon size"