1
0
Fork 0

(svn r23562) -Codechange: don't be lazy with the spacebar

release/1.2
truebrain 2011-12-16 19:09:26 +00:00
parent 1d4eeb063e
commit ed816477ec
1 changed files with 19 additions and 19 deletions

View File

@ -74,7 +74,7 @@ enum CompanyFinancesWidgets {
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_INFRASTRUCTURE, ///< View company infrastructure.
};