Skip to content

Commit 48036a8

Browse files
committed
Core: Enable trace in XML format
1 parent 03a14d9 commit 48036a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Common/Core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ void Core::Menu_View_HTML ()
221221
//---------------------------------------------------------------------------
222222
void Core::Menu_View_XML ()
223223
{
224-
MI->Option(__T("Inform"), __T("MIXML"));
224+
MI->Option(__T("Inform"), __T("XML"));
225225
Kind=Kind_XML;
226226
}
227227

0 commit comments

Comments
 (0)