Commit 3b336d04 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>
(cherry picked from commit 16567ae5c71c4d003a658bcde1782deae4ee5207)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c85aa861
...@@ -246,7 +246,7 @@ static inline int extension_DialogCommand( extension_dialog_t* p_dialog, ...@@ -246,7 +246,7 @@ static inline int extension_DialogCommand( extension_dialog_t* p_dialog,
/// Widget types /// Widget types
typedef enum typedef enum
{ {
EXTENSION_WIDGET_LABEL, ///< Non editable text label EXTENSION_WIDGET_LABEL, ///< Text label
EXTENSION_WIDGET_BUTTON, ///< Clickable button EXTENSION_WIDGET_BUTTON, ///< Clickable button
EXTENSION_WIDGET_IMAGE, ///< Image label (psz_text is local URI) EXTENSION_WIDGET_IMAGE, ///< Image label (psz_text is local URI)
EXTENSION_WIDGET_HTML, ///< HTML or rich text area (non editable) 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