mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
This commit is contained in:
parent
e5b857203c
commit
3aa5f2c9e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user