Commit 16567ae5 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf

lua: Fixing a comment.

Since set_text can be called on a label, it seems to be an editable
label.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7b5f9382
......@@ -248,7 +248,7 @@ static inline int extension_DialogCommand( extension_dialog_t* p_dialog,
/// Widget types
typedef enum
{
EXTENSION_WIDGET_LABEL, ///< Non editable text label
EXTENSION_WIDGET_LABEL, ///< Text label
EXTENSION_WIDGET_BUTTON, ///< Clickable button
EXTENSION_WIDGET_IMAGE, ///< Image label (psz_text is local URI)
EXTENSION_WIDGET_HTML, ///< HTML or rich text area (non editable)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment