Update RomInformationClass.cpp
Fix capitalization and add space
This commit is contained in:
parent
5c1a284dce
commit
753c54bf35
|
@ -72,7 +72,7 @@ DWORD CALLBACK RomInfoProc(HWND hDlg, DWORD uMsg, DWORD wParam, DWORD lParam)
|
||||||
{
|
{
|
||||||
case WM_INITDIALOG:
|
case WM_INITDIALOG:
|
||||||
{
|
{
|
||||||
//record class for future usage
|
// Record class for future usage
|
||||||
SetProp(hDlg, L"this", (RomInformation *)lParam);
|
SetProp(hDlg, L"this", (RomInformation *)lParam);
|
||||||
RomInformation * _this = (RomInformation *)lParam;
|
RomInformation * _this = (RomInformation *)lParam;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue