mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
Replace "Registry Explorer" by "Registry Editor" in about dialog.
This commit is contained in:
parent
0876700949
commit
2aef956ceb
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@
|
||||||
|
|
||||||
void ShowAboutBox(HWND hWnd)
|
void ShowAboutBox(HWND hWnd)
|
||||||
{
|
{
|
||||||
ShellAbout(hWnd, _T("Registry Explorer"), _T(""), LoadIcon(hInst, MAKEINTRESOURCE(IDI_REGEDIT)));
|
ShellAbout(hWnd, _T("Registry Editor"), _T(""), LoadIcon(hInst, MAKEINTRESOURCE(IDI_REGEDIT)));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue