From 2067ed2e9545dde1f9fbdd52cc082d14b9e6ab6e Mon Sep 17 00:00:00 2001 From: Vecais Dumais Laacis Date: Mon, 24 Sep 2007 21:50:28 +0000 Subject: [PATCH] add missing empty keys --- stepmania/src/ScreenTextEntry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index 48912a6e91..d32a99c127 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -18,9 +18,9 @@ static const char* g_szKeys[NUM_KeyboardRow][KEYS_PER_ROW] = {"N","O","P","Q","R","S","T","U","V","W","X","Y","Z"}, {"a","b","c","d","e","f","g","h","i","j","k","l","m"}, {"n","o","p","q","r","s","t","u","v","w","x","y","z"}, - {"0","1","2","3","4","5","6","7","8","9"}, + {"0","1","2","3","4","5","6","7","8","9","", "", "" }, {"!","@","#","$","%","^","&","(",")","[","]","{","}"}, - {"+","-","=","_",",",".","'","\"",":"}, + {"+","-","=","_",",",".","'","\"",":","", "", "", ""}, {"","","Space","","","Backspace","","","Cancel","","","Done",""}, };