From 5dd5d9ba7402b051767efad902588689bab31763 Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Sat, 8 Oct 2016 21:19:04 -0500 Subject: [PATCH] Fix tabulation glitch with rewind shortcut box. --- gtk/src/gtk_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/src/gtk_control.cpp b/gtk/src/gtk_control.cpp index 1601cad0..37987b49 100644 --- a/gtk/src/gtk_control.cpp +++ b/gtk/src/gtk_control.cpp @@ -103,7 +103,7 @@ const int b_breaks[] = 43, /* End of Graphic options */ 61, /* End of save/load states */ 70, /* End of sound buttons */ - 76, /* End of miscellaneous buttons */ + 77, /* End of miscellaneous buttons */ -1 };