changeset 18714:002c298a2a96 draft

(svn r23562) -Codechange: don't be lazy with the spacebar
author truebrain <truebrain@openttd.org>
date Fri, 16 Dec 2011 19:09:26 +0000
parents 083d305f86e1
children e6411cf4e885
files src/widgets/company_widget.h
diffstat 1 files changed, 19 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/src/widgets/company_widget.h
+++ b/src/widgets/company_widget.h
@@ -56,25 +56,25 @@
 
 /** 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.
 };