This commit is contained in:
dborth 2009-07-09 04:13:26 +00:00
parent 530e028c13
commit 2a62f816d5

View File

@ -784,8 +784,8 @@ class GuiKeyboard : public GuiWindow
typedef struct _optionlist {
int length;
char name[MAX_OPTIONS][150];
char value[MAX_OPTIONS][150];
char name[MAX_OPTIONS][50];
char value[MAX_OPTIONS][50];
} OptionList;
//!Display a list of menu options