diff options
author | truebrain <truebrain@openttd.org> | 2011-12-16 19:09:26 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-16 19:09:26 +0000 |
commit | ed816477ecb45ddccab8105222ff20d8f930955f (patch) | |
tree | 6bb9f722c9fd89c470ca8a4f6194ac8bd7b6cb29 | |
parent | 1d4eeb063e6820a1f786f725ecaa3b304f1c75d8 (diff) | |
download | openttd-ed816477ecb45ddccab8105222ff20d8f930955f.tar.xz |
(svn r23562) -Codechange: don't be lazy with the spacebar
-rw-r--r-- | src/widgets/company_widget.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/widgets/company_widget.h b/src/widgets/company_widget.h index e2cdcd447..0e750a406 100644 --- a/src/widgets/company_widget.h +++ b/src/widgets/company_widget.h @@ -56,25 +56,25 @@ enum CompanyWidgets { /** Widgets of the WC_FINANCES. */ enum CompanyFinancesWidgets { - WID_CF_CAPTION, ///< Caption of the window. - WID_CF_TOGGLE_SIZE, ///< Toggle windows size. - WID_CF_SEL_PANEL, ///< Select panel or nothing. - WID_CF_EXPS_CATEGORY, ///< Column for expenses category strings. - WID_CF_EXPS_PRICE1, ///< Column for year Y-2 expenses. - WID_CF_EXPS_PRICE2, ///< Column for year Y-1 expenses. - WID_CF_EXPS_PRICE3, ///< Column for year Y expenses. - WID_CF_TOTAL_PANEL, ///< Panel for totals. - WID_CF_SEL_MAXLOAN, ///< Selection of maxloan column. - WID_CF_BALANCE_VALUE, ///< Bank balance value. - WID_CF_LOAN_VALUE, ///< Loan. - WID_CF_LOAN_LINE, ///< Line for summing bank balance and loan. - WID_CF_TOTAL_VALUE, ///< Total. - WID_CF_MAXLOAN_GAP, ///< Gap above max loan widget. - WID_CF_MAXLOAN_VALUE, ///< Max loan widget. - WID_CF_SEL_BUTTONS, ///< Selection of buttons. - WID_CF_INCREASE_LOAN, ///< Increase loan. - WID_CF_REPAY_LOAN, ///< Decrease loan.. - WID_CF_INFRASTRUCTURE,///< View company infrastructure. + WID_CF_CAPTION, ///< Caption of the window. + WID_CF_TOGGLE_SIZE, ///< Toggle windows size. + WID_CF_SEL_PANEL, ///< Select panel or nothing. + WID_CF_EXPS_CATEGORY, ///< Column for expenses category strings. + WID_CF_EXPS_PRICE1, ///< Column for year Y-2 expenses. + WID_CF_EXPS_PRICE2, ///< Column for year Y-1 expenses. + WID_CF_EXPS_PRICE3, ///< Column for year Y expenses. + WID_CF_TOTAL_PANEL, ///< Panel for totals. + WID_CF_SEL_MAXLOAN, ///< Selection of maxloan column. + WID_CF_BALANCE_VALUE, ///< Bank balance value. + WID_CF_LOAN_VALUE, ///< Loan. + WID_CF_LOAN_LINE, ///< Line for summing bank balance and loan. + WID_CF_TOTAL_VALUE, ///< Total. + WID_CF_MAXLOAN_GAP, ///< Gap above max loan widget. + WID_CF_MAXLOAN_VALUE, ///< Max loan widget. + WID_CF_SEL_BUTTONS, ///< Selection of buttons. + WID_CF_INCREASE_LOAN, ///< Increase loan. + WID_CF_REPAY_LOAN, ///< Decrease loan.. + WID_CF_INFRASTRUCTURE, ///< View company infrastructure. }; |