summaryrefslogtreecommitdiff
path: root/smallmap_gui.c
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-10-04 19:11:43 +0000
committerbelugas <belugas@openttd.org>2006-10-04 19:11:43 +0000
commit6444b0e781b7de0c1d6ca10516e190e3abc5cea6 (patch)
tree1dc99947a62401f0916ac006baeea24f68e8382e /smallmap_gui.c
parentddb46fe8d8e030f0acd4f5ce105cd2a92b670636 (diff)
downloadopenttd-6444b0e781b7de0c1d6ca10516e190e3abc5cea6.tar.xz
(svn r6639) -CodeChange : Conversion of SetWidgetLoweredState to SetWindowWidgetLoweredState, in order to follow pre-established standard
Diffstat (limited to 'smallmap_gui.c')
-rw-r--r--smallmap_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smallmap_gui.c b/smallmap_gui.c
index 0fe425c67..b58fb2c00 100644
--- a/smallmap_gui.c
+++ b/smallmap_gui.c
@@ -983,7 +983,7 @@ void ShowSmallMap(void)
if (w == NULL) return;
LowerWindowWidget(w, _smallmap_type + 5);
- SetWidgetLoweredState(w, 12, _smallmap_show_towns);
+ SetWindowWidgetLoweredState(w, 12, _smallmap_show_towns);
w->resize.width = 350;
w->resize.height = 250;