]> git.sesse.net Git - vlc/commitdiff
lua: Fixing a comment.
authorHugo Beauzée-Luyssen <beauze.h@gmail.com>
Tue, 5 Jul 2011 12:19:59 +0000 (14:19 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 7 Jul 2011 10:33:42 +0000 (12:33 +0200)
Since set_text can be called on a label, it seems to be an editable
label.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_extensions.h

index e20108352434257289b60c152c6686b16e077324..8fc99875c13fe29dbf1fba2bf9363b345016f62d 100644 (file)
@@ -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)