mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +01:00
GUI: Added "Uninstall" section containing a button to launch the uninstaller.
People asked "how to uninstall" so I think this might help.
This commit is contained in:
parent
0157ecc330
commit
0c5021b376
8354
ep_gui/GUI.c
8354
ep_gui/GUI.c
File diff suppressed because it is too large
Load Diff
@ -386,4 +386,7 @@
|
||||
#define IDS_ABOUT_EXPORT_SUCCESS 2014
|
||||
#define IDS_ABOUT_RESET 2015
|
||||
|
||||
#define IDS_FOOTER_RESTART 2101
|
||||
#define IDS_UNINSTALL 2101
|
||||
#define IDS_UNINSTALL_UNINSTALL 2102
|
||||
|
||||
#define IDS_FOOTER_RESTART 2201
|
||||
|
@ -430,5 +430,8 @@ BEGIN
|
||||
IDS_ABOUT_EXPORT_SUCCESS "Settings have been exported successfully."
|
||||
IDS_ABOUT_RESET "Restore default settings"
|
||||
|
||||
IDS_UNINSTALL "Uninstall"
|
||||
IDS_UNINSTALL_UNINSTALL "Uninstall ExplorerPatcher"
|
||||
|
||||
IDS_FOOTER_RESTART "Restart File Explorer"
|
||||
END
|
||||
|
@ -783,7 +783,12 @@
|
||||
;reset
|
||||
|
||||
|
||||
;T %R:2101%
|
||||
;u %R:2102%
|
||||
;uninstall
|
||||
|
||||
|
||||
|
||||
;f
|
||||
;u %R:2101% (*)
|
||||
;u %R:2201% (*)
|
||||
;restart
|
||||
|
@ -603,7 +603,12 @@
|
||||
;reset
|
||||
|
||||
|
||||
;T %R:2101%
|
||||
;u %R:2102%
|
||||
;uninstall
|
||||
|
||||
|
||||
|
||||
;f
|
||||
;u %R:2101% (*)
|
||||
;u %R:2201% (*)
|
||||
;restart
|
||||
|
Loading…
Reference in New Issue
Block a user