Utility: Various fixes

* Add files/keys from more recent Open-Shell versions
* Fix website links
This commit is contained in:
ge0rdi
2023-07-19 10:14:19 +02:00
parent eb49564282
commit 6c6e1515ef
2 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -870,7 +870,7 @@ int WINAPI wWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpstrC
tasks.pszMainInstruction=L"Select task to perform";
tasks.cButtons=HIWORD(winVer)>=0x0602?4:3;
tasks.pButtons=taskButtons;
tasks.pszFooter=L"<A HREF=\"http://www.classicshell.net\">www.classicshell.net</A>";
tasks.pszFooter=L"<A HREF=\"https://open-shell.github.io/Open-Shell-Menu\">Open-Shell Homepage</A>";
tasks.pfCallback=TaskDialogCallback;
int seleciton;