mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 01:03:41 +00:00
[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:
parent
c6ab64e0f2
commit
a6084d7440
29 changed files with 39 additions and 275 deletions
|
@ -8,9 +8,6 @@
|
|||
// Settings dialog (settingsdlg.cpp)
|
||||
VOID CreateSettingsDlg(HWND hwnd);
|
||||
|
||||
// About dialog (aboutdlg.cpp)
|
||||
VOID ShowAboutDialog();
|
||||
|
||||
//Main window
|
||||
VOID ShowMainWindow(INT nShowCmd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue