From 10fbb87823dd689844c93ce8b0d43a5098acdba9 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sun, 11 Jul 2010 10:58:55 +0000 Subject: (svn r20120) -Feature [FS#3913]: Tooltips are shown by hovering the mouse over a widget instead of by right clicking on it. --- src/window_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window_gui.h') diff --git a/src/window_gui.h b/src/window_gui.h index 6a882647b..f25ebba08 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -900,7 +900,7 @@ enum TooltipCloseCondition { TCC_HOVER, }; -void GuiShowTooltips(StringID str, uint paramcount = 0, const uint64 params[] = NULL, TooltipCloseCondition close_tooltip = TCC_RIGHT_CLICK); +void GuiShowTooltips(StringID str, uint paramcount = 0, const uint64 params[] = NULL, TooltipCloseCondition close_tooltip = TCC_HOVER); /* widget.cpp */ int GetWidgetFromPos(const Window *w, int x, int y); -- cgit v1.2.3-54-g00ecf