diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-01 17:04:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-01 17:04:14 +0000 |
commit | e389db226709d2f17d99c0957e8471b552b9971b (patch) | |
tree | bc772827a996892e816e740c5b179dd6c85143f0 /protocols/MRA | |
parent | 7f633ffc1c3763a6c38ac67d0343ff26db0c1f34 (diff) |
wrongly commented code uncommented
git-svn-id: http://svn.miranda-ng.org/main/trunk@1750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA')
-rw-r--r-- | protocols/MRA/MraProto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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();
|