From e389db226709d2f17d99c0957e8471b552b9971b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 1 Oct 2012 17:04:14 +0000 Subject: wrongly commented code uncommented git-svn-id: http://svn.miranda-ng.org/main/trunk@1750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MRA/MraProto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/MRA/MraProto.cpp b/protocols/MRA/MraProto.cpp index 3a83c98af5..1cddb8425f 100644 --- a/protocols/MRA/MraProto.cpp +++ b/protocols/MRA/MraProto.cpp @@ -729,7 +729,7 @@ int CMraProto::OnEvent(PROTOEVENTTYPE eventType, WPARAM wParam, LPARAM lParam) switch ( eventType ) { case EV_PROTO_ONLOAD: return OnModulesLoaded( 0, 0 ); case EV_PROTO_ONEXIT: return OnPreShutdown( 0, 0 ); -// case EV_PROTO_ONOPTIONS: return OnOptionsInit( wParam, lParam ); + case EV_PROTO_ONOPTIONS: return OnOptionsInit( wParam, lParam ); case EV_PROTO_ONMENU: InitMainMenu(); -- cgit v1.2.3