From 11d8e8dbdcd79cf482f7806be91630ba9d9bb5b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Wed, 3 Oct 2012 22:51:53 +0000 Subject: [PATCH 1/1] [REGEDIT] ... and this line of code (I'm sorry for the generated noise :-( ) svn path=/trunk/; revision=57473 --- reactos/base/applications/regedit/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/base/applications/regedit/main.c b/reactos/base/applications/regedit/main.c index 0afc57d5ad7..acb8a7b8a0b 100644 --- a/reactos/base/applications/regedit/main.c +++ b/reactos/base/applications/regedit/main.c @@ -197,7 +197,6 @@ int APIENTRY wWinMain(HINSTANCE hInstance, UNREFERENCED_PARAMETER(hPrevInstance); - InfoMessageBox(NULL, MB_OK | MB_ICONERROR, L"Main", L"Main '%1'", lpCmdLine); if (ProcessCmdLine(lpCmdLine)) { return 0; -- 2.17.1