Minor DC correction.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-05-16 19:04:45 +00:00
parent c56a9c4d73
commit b985763280
3 changed files with 13 additions and 15 deletions

View File

@@ -269,7 +269,7 @@ void MyFrame::OnOption(wxCommandEvent &event)
switch (event.GetInt())
{
case MapMode_Text:
m_mapMode = wxMM_LOMETRIC;
m_mapMode = wxMM_TEXT;
break;
case MapMode_Lometric:
m_mapMode = wxMM_LOMETRIC;