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

This commit is contained in:
truebrain 2011-12-16 19:09:26 +00:00
parent 1d4eeb063e
commit ed816477ec

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.
};