[RAPPS] Use ShellAbout() to display the about dialog (#2751)

As the dialog simply displays the copyright names and nothing particular it makes sense to use ShellAboutW() instead.
This commit is contained in:
Kyle Katarn 2020-05-14 14:28:57 +02:00 committed by GitHub
parent c6ab64e0f2
commit a6084d7440
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 39 additions and 275 deletions

View file

@ -8,9 +8,6 @@
// Settings dialog (settingsdlg.cpp)
VOID CreateSettingsDlg(HWND hwnd);
// About dialog (aboutdlg.cpp)
VOID ShowAboutDialog();
//Main window
VOID ShowMainWindow(INT nShowCmd);