diff options
author | rubidium <rubidium@openttd.org> | 2013-05-20 13:37:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-05-20 13:37:59 +0000 |
commit | 9aae00cc8756b6bc0793cfb63a1bde38177195d2 (patch) | |
tree | 7cddf608ba30920cbd57b1d59caf0d922dfe7dfa /src/widgets | |
parent | 23a5c6a8c8610a03ca4fd5e6ce620bfe83db5dac (diff) | |
download | openttd-9aae00cc8756b6bc0793cfb63a1bde38177195d2.tar.xz |
(svn r25270) -Fix: @file wrong for link_graph_legend_widget.h
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/link_graph_legend_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/link_graph_legend_widget.h b/src/widgets/link_graph_legend_widget.h index 594f07020..f24ce343b 100644 --- a/src/widgets/link_graph_legend_widget.h +++ b/src/widgets/link_graph_legend_widget.h @@ -7,7 +7,7 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>. */ -/** @file linkgraph_legend_widget.h Types related to the linkgraph_legend widgets. */ +/** @file link_graph_legend_widget.h Types related to the linkgraph_legend widgets. */ #ifndef WIDGETS_LINKGRAPH_LEGEND_WIDGET_H #define WIDGETS_LINKGRAPH_LEGEND_WIDGET_H |