mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 18:49:18 +01:00
This commit is contained in:
parent
e5b857203c
commit
3aa5f2c9e2
@ -784,8 +784,8 @@ class GuiKeyboard : public GuiWindow
|
|||||||
|
|
||||||
typedef struct _optionlist {
|
typedef struct _optionlist {
|
||||||
int length;
|
int length;
|
||||||
char name[MAX_OPTIONS][150];
|
char name[MAX_OPTIONS][50];
|
||||||
char value[MAX_OPTIONS][150];
|
char value[MAX_OPTIONS][50];
|
||||||
} OptionList;
|
} OptionList;
|
||||||
|
|
||||||
//!Display a list of menu options
|
//!Display a list of menu options
|
||||||
|
Loading…
Reference in New Issue
Block a user