(svn r15301) -Feature [FS#104]: Add option to group and subtotal expenses list in the company finance window. Concept from Zr40.

This commit is contained in:
peter1138
2009-01-31 21:27:36 +00:00
parent faeafbef5e
commit b3f3df76e8
5 changed files with 119 additions and 24 deletions

View File

@@ -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)};