HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #855366 ยป 0021-Qt-menus_sensitive-Add-missing-break-after-DISBAND-k.patch
client/gui-qt/menu.cpp | ||
---|---|---|
2221 | 2221 |
if (units_can_do_action(punits, ACTION_DISBAND_UNIT, true)) { |
2222 | 2222 |
i.value()->setEnabled(true); |
2223 | 2223 |
} |
2224 |
break; |
|
2224 | 2225 | |
2225 | 2226 |
case CONNECT_RAIL: |
2226 | 2227 |
proad = road_by_compat_special(ROCO_RAILROAD); |
2227 |
- |