From d2807c65efb4f4f11a665eec403d0462524899b7 Mon Sep 17 00:00:00 2001 From: squall-leonhart Date: Mon, 23 Mar 2009 17:25:55 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@865 a31d4220-a93d-0410-bf67-fe4944624d44 --- 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);