mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-15 03:46:37 +10:00
Utility: Various fixes
* Add files/keys from more recent Open-Shell versions * Fix website links
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user