diff options
author | rubidium <rubidium@openttd.org> | 2011-11-10 17:55:52 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-11-10 17:55:52 +0000 |
commit | 82077965fcdbfb092ad730325e2453f75b9feaac (patch) | |
tree | d06cee9362239fc01a05551707699adeba5a9120 /src/network | |
parent | 514d887690f3a4bfa21fe75bef6a697db04aa653 (diff) | |
download | openttd-82077965fcdbfb092ad730325e2453f75b9feaac.tar.xz |
(svn r23179) -Codechange: use some tooltips that already existed (monoid)
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/network_content_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_content_gui.cpp b/src/network/network_content_gui.cpp index daebb83a2..ed293f2cd 100644 --- a/src/network/network_content_gui.cpp +++ b/src/network/network_content_gui.cpp @@ -831,7 +831,7 @@ static const NWidgetPart _nested_network_content_list_widgets[] = { NWidget(WWT_PUSHTXTBTN, COLOUR_WHITE, NCLWW_NAME), SetResize(1, 0), SetFill(1, 0), SetDataTip(STR_CONTENT_NAME_CAPTION, STR_CONTENT_NAME_CAPTION_TOOLTIP), EndContainer(), - NWidget(WWT_MATRIX, COLOUR_LIGHT_BLUE, NCLWW_MATRIX), SetResize(1, 14), SetFill(1, 1), SetScrollbar(NCLWW_SCROLLBAR), + NWidget(WWT_MATRIX, COLOUR_LIGHT_BLUE, NCLWW_MATRIX), SetResize(1, 14), SetFill(1, 1), SetScrollbar(NCLWW_SCROLLBAR), SetDataTip(STR_NULL, STR_CONTENT_MATRIX_TOOLTIP), EndContainer(), NWidget(NWID_VSCROLLBAR, COLOUR_LIGHT_BLUE, NCLWW_SCROLLBAR), EndContainer(), |