mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
66e6334c7e
|
@ -255,7 +255,7 @@ TimeMachineDialog::TimeMachineDialog(OSystem& osystem, DialogContainer& parent,
|
|||
// Add buttons
|
||||
myToggleWidget = new ButtonWidget(this, font, xpos, ypos, buttonWidth, buttonHeight,
|
||||
STOP.data(), BUTTON_W, BUTTON_H, kToggle);
|
||||
myToggleWidget->setToolTip("Toogle Time Machine mode.");
|
||||
myToggleWidget->setToolTip("Toggle Time Machine mode.");
|
||||
xpos += buttonWidth + BUTTON_GAP;
|
||||
|
||||
myExitWidget = new ButtonWidget(this, font, xpos, ypos, buttonWidth, buttonHeight,
|
||||
|
|
Loading…
Reference in New Issue