summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r--src/ui/labelwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h
index 3e3c76fb..f4c4658c 100644
--- a/src/ui/labelwidget.h
+++ b/src/ui/labelwidget.h
@@ -45,6 +45,7 @@ void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not r
45iInt2 defaultSize_LabelWidget (const iLabelWidget *); 45iInt2 defaultSize_LabelWidget (const iLabelWidget *);
46int font_LabelWidget (const iLabelWidget *); 46int font_LabelWidget (const iLabelWidget *);
47const iString * text_LabelWidget (const iLabelWidget *); 47const iString * text_LabelWidget (const iLabelWidget *);
48const iString * sourceText_LabelWidget (const iLabelWidget *); /* untranslated */
48const iString * command_LabelWidget (const iLabelWidget *); 49const iString * command_LabelWidget (const iLabelWidget *);
49iChar icon_LabelWidget (const iLabelWidget *); 50iChar icon_LabelWidget (const iLabelWidget *);
50 51