speedScale.addOption(
MessageText.getString("MyTorrentsView.menu.setSpeed.unlimited"), 0);
speedScale.addOption(MessageText.getString("ConfigView.auto"), -1);
if (lastValue > 0) {
speedScale.addOption(DisplayFormatters.formatByteCountToKiBEtcPerSec(
lastValue * 1024, true), lastValue);
}
// SWT BUG: on windows/linux, if mouse is down on shell open, all mouse events
// will not reflect this