From f48fde13afce226995d85c27d2eebf3819cd344d Mon Sep 17 00:00:00 2001 From: squall-leonhart Date: Mon, 23 Mar 2009 17:25:55 +0000 Subject: [PATCH] --- src/win32/MainWndOptions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/win32/MainWndOptions.cpp b/src/win32/MainWndOptions.cpp index 2fd407c4..2f3b7d9c 100644 --- a/src/win32/MainWndOptions.cpp +++ b/src/win32/MainWndOptions.cpp @@ -566,6 +566,8 @@ void MainWnd::OnUpdateOptionsEmulatorSynchronize(CCmdUI* pCmdUI) void MainWnd::OnOptionsEmulatorPausewheninactive() { theApp.pauseWhenInactive = !theApp.pauseWhenInactive; +} + void MainWnd::OnUpdateOptionsEmulatorPausewheninactive(CCmdUI* pCmdUI) { pCmdUI->SetCheck(theApp.pauseWhenInactive);