Skip to content

Commit b45f79f

Browse files
committed
Setup: Reorganized resources
1 parent 163b452 commit b45f79f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: ep_gui/resources/lang/ep_gui.en-US.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -392,13 +392,13 @@ BEGIN
392392
IDS_ADV_LEARN "Learn more"
393393
IDS_ADV_CONSOLE "Enable console"
394394
IDS_ADV_MEMCHECK "Dump memory leaks"
395-
IDS_ADV_AUTOHIDE "Double click taskbar to toggle auto-hide (only works when the taskbar is locked)"
395+
IDS_ADV_AUTOHIDE "Double click taskbar to toggle auto-hide (only works when locked)"
396396
IDS_ADV_PAINTDESKTOPVERSION "Show Windows build info on the desktop"
397397
IDS_ADV_CLASSICTHEME "Enable advanced mitigations for correct rendering using classic theme"
398398
IDS_ADV_SYSLISTVIEW32 "Enable SysListView32 for Explorer views"
399399
IDS_ADV_NOPROPERTIES "Do not change the taskbar context menu (e.g. do not display the ""Properties"" item)"
400400
IDS_ADV_SYMBOLS "Enable symbols download"
401-
IDS_ADV_PINNEDITEMS "Pinned items act as quick launch (don't group pinned items with active apps)"
401+
IDS_ADV_PINNEDITEMS "Pinned items act as quick launch (don't group with active apps)"
402402
IDS_ADV_REMOVEEXTRAGAP "When the taskbar shows button labels, remove the extra gap around pinned items"
403403
IDS_ADV_DELAY "Supplementary delay at logon"
404404
IDS_ADV_DELAY_0 "None (default)"

Diff for: ep_setup/ep_setup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
55
#include <stdio.h>
66
#include <Shlwapi.h>
77
#pragma comment(lib, "Shlwapi.lib")
8-
#include "resource.h"
8+
#include "resources/resource.h"
99
#include "../ExplorerPatcher/utility.h"
1010

1111
BOOL ShouldDownloadOrDelete(BOOL bInstall, HINSTANCE hInstance, LPCWSTR wszPath, LPCSTR chash)

Diff for: ep_setup/ep_setup.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
</ItemGroup>
157157
<ItemGroup>
158158
<ClInclude Include="..\ExplorerPatcher\utility.h" />
159-
<ClInclude Include="resource.h" />
159+
<ClInclude Include="resources\resource.h" />
160160
</ItemGroup>
161161
<ItemGroup>
162162
<ResourceCompile Include="resources\ep_setup.rc">

Diff for: ep_setup/resources/ep_setup.en-US.rc renamed to ep_setup/resources/lang/ep_setup.en-US.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "resource.h"
1+
#include "resources/resource.h"
22
#include "winres.h"
33

44
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
@@ -10,5 +10,5 @@ BEGIN
1010
IDS_SETUP_UNINSTALL_LOGOFF "To complete the uninstallation, you will be automatically signed out of Windows.\n\nDo you want to continue?"
1111
IDS_SETUP_UNINSTALL_RESTART "Please reboot the PC to complete the uninstall.\n\nDo you want to reboot now?"
1212
IDS_SETUP_UNINSTALL_FINISH "Uninstall completed. Thank you for using ExplorerPatcher."
13-
IDS_SETUP_FAILED "An error has occurred while servicing ExplorerPatcher.\nThis is most likely caused by one or more of the backup files from a previous update still being in use. Unlocking the files should fix this issue.\n\nTroubleshooting steps:\n• Close and reopen the ""Properties"" dialog if it is currently open.\n• Kill and restart all ""explorer.exe"" processes.\n• If you have registered ExplorerPatcher as a shell extension, then restarting the PC will probably fix this.\n• Lastly, reboot the PC and try again.",
13+
IDS_SETUP_FAILED "An error has occurred while servicing ExplorerPatcher.\nThis is most likely caused by one or more of the backup files from a previous update still being in use. Unlocking the files should fix this issue.\n\nTroubleshooting steps:\n• Close and reopen the ""Properties"" dialog if it is currently open.\n• Kill and restart all ""explorer.exe"" processes.\n• If you have registered ExplorerPatcher as a shell extension, then restarting the PC will probably fix this.\n• Lastly, reboot the PC and try again."
1414
END
File renamed without changes.

0 commit comments

Comments
 (0)