mirror of https://github.com/stella-emu/stella.git
Merge pull request #773 from skitt/spelling-fix
Another spelling fix ("toggle")
This commit is contained in:
commit
15664a0ee4
|
@ -255,7 +255,7 @@ TimeMachineDialog::TimeMachineDialog(OSystem& osystem, DialogContainer& parent,
|
||||||
// Add buttons
|
// Add buttons
|
||||||
myToggleWidget = new ButtonWidget(this, font, xpos, ypos, buttonWidth, buttonHeight,
|
myToggleWidget = new ButtonWidget(this, font, xpos, ypos, buttonWidth, buttonHeight,
|
||||||
STOP.data(), BUTTON_W, BUTTON_H, kToggle);
|
STOP.data(), BUTTON_W, BUTTON_H, kToggle);
|
||||||
myToggleWidget->setToolTip("Toogle Time Machine mode.");
|
myToggleWidget->setToolTip("Toggle Time Machine mode.");
|
||||||
xpos += buttonWidth + BUTTON_GAP;
|
xpos += buttonWidth + BUTTON_GAP;
|
||||||
|
|
||||||
myExitWidget = new ButtonWidget(this, font, xpos, ypos, buttonWidth, buttonHeight,
|
myExitWidget = new ButtonWidget(this, font, xpos, ypos, buttonWidth, buttonHeight,
|
||||||
|
|
Loading…
Reference in New Issue