diff options
author | peter1138 <peter1138@openttd.org> | 2009-01-31 21:27:36 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2009-01-31 21:27:36 +0000 |
commit | b3f3df76e8c2a2fffad6c392dc83706b9ccbdc01 (patch) | |
tree | 9bccc1ceeddb744f6200486550461c6ca453a966 /src/settings_gui.cpp | |
parent | faeafbef5e2fd73f8cb393d11c08baa9b23192e6 (diff) | |
download | openttd-b3f3df76e8c2a2fffad6c392dc83706b9ccbdc01.tar.xz |
(svn r15301) -Feature [FS#104]: Add option to group and subtotal expenses list in the company finance window. Concept from Zr40.
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r-- | src/settings_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 1fd57f93d..e3d62622c 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -1001,6 +1001,7 @@ static PatchEntry _patches_ui_display[] = { PatchEntry("gui.loading_indicators"), PatchEntry("gui.liveries"), PatchEntry("gui.show_track_reservation"), + PatchEntry("gui.expenses_layout"), }; /** Display options sub-page */ static PatchPage _patches_ui_display_page = {_patches_ui_display, lengthof(_patches_ui_display)}; |