diff options
Diffstat (limited to 'scripts/config/dialog.h')
-rw-r--r-- | scripts/config/dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config/dialog.h b/scripts/config/dialog.h index 8116cee36..6486cc8f7 100644 --- a/scripts/config/dialog.h +++ b/scripts/config/dialog.h | |||
@@ -86,7 +86,7 @@ | |||
86 | #define ACS_DARROW 'v' | 86 | #define ACS_DARROW 'v' |
87 | #endif | 87 | #endif |
88 | 88 | ||
89 | /* | 89 | /* |
90 | * Attribute names | 90 | * Attribute names |
91 | */ | 91 | */ |
92 | #define screen_attr attributes[0] | 92 | #define screen_attr attributes[0] |
@@ -162,7 +162,7 @@ int dialog_msgbox (const char *title, const char *prompt, int height, | |||
162 | int width, int pause); | 162 | int width, int pause); |
163 | int dialog_textbox (const char *title, const char *file, int height, int width); | 163 | int dialog_textbox (const char *title, const char *file, int height, int width); |
164 | int dialog_menu (const char *title, const char *prompt, int height, int width, | 164 | int dialog_menu (const char *title, const char *prompt, int height, int width, |
165 | int menu_height, const char *choice, int item_no, | 165 | int menu_height, const char *choice, int item_no, |
166 | struct dialog_list_item ** items); | 166 | struct dialog_list_item ** items); |
167 | int dialog_checklist (const char *title, const char *prompt, int height, | 167 | int dialog_checklist (const char *title, const char *prompt, int height, |
168 | int width, int list_height, int item_no, | 168 | int width, int list_height, int item_no, |