From 8e970a031da02f4e7e61af3503a9b3232e1163e3 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Wed, 22 Aug 2018 21:52:00 +0300 Subject: [PATCH] Fix statefile history list typo. --- od-win32/win32gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/od-win32/win32gui.cpp b/od-win32/win32gui.cpp index 56dbc840..62dcf9db 100644 --- a/od-win32/win32gui.cpp +++ b/od-win32/win32gui.cpp @@ -667,7 +667,7 @@ static const TCHAR *historytypes[] = _T("TapeImageMRUList"), _T("GenlockImageMRUList"), _T("GenlockVideoMRUList"), - _T("GeometryMRUList") + _T("GeometryMRUList"), _T("StatefileMRUList") }; static int regread; -- 2.47.3