Author: hbelusca Date: Wed Oct 3 22:51:53 2012 New Revision: 57473
URL: http://svn.reactos.org/svn/reactos?rev=57473&view=rev Log: [REGEDIT] ... and this line of code (I'm sorry for the generated noise :-( )
Modified: trunk/reactos/base/applications/regedit/main.c
Modified: trunk/reactos/base/applications/regedit/main.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/m... ============================================================================== --- trunk/reactos/base/applications/regedit/main.c [iso-8859-1] (original) +++ trunk/reactos/base/applications/regedit/main.c [iso-8859-1] Wed Oct 3 22:51:53 2012 @@ -197,7 +197,6 @@
UNREFERENCED_PARAMETER(hPrevInstance);
- InfoMessageBox(NULL, MB_OK | MB_ICONERROR, L"Main", L"Main '%1'", lpCmdLine); if (ProcessCmdLine(lpCmdLine)) { return 0;