(svn r13921) -Codechange (r11473): Use the correct enum...
authorpeter1138
Sat, 02 Aug 2008 10:17:45 +0000
changeset 9780 bb23abff1107
parent 9779 55b4f7df45cc
child 9781 31e0e461d7bf
(svn r13921) -Codechange (r11473): Use the correct enum...
src/smallmap_gui.cpp
--- a/src/smallmap_gui.cpp	Sat Aug 02 02:50:40 2008 +0000
+++ b/src/smallmap_gui.cpp	Sat Aug 02 10:17:45 2008 +0000
@@ -830,7 +830,7 @@
 			}
 		}
 
-		this->LowerWidget(_smallmap_type + SMT_OWNER);
+		this->LowerWidget(_smallmap_type + SM_WIDGET_CONTOUR);
 		this->SetWidgetLoweredState(SM_WIDGET_TOGGLETOWNNAME, _smallmap_show_towns);
 
 		this->SmallMapCenterOnCurrentPos();