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