diff options
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r-- | src/ui/labelwidget.h | 1 |
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 | |||
45 | iInt2 defaultSize_LabelWidget (const iLabelWidget *); | 45 | iInt2 defaultSize_LabelWidget (const iLabelWidget *); |
46 | int font_LabelWidget (const iLabelWidget *); | 46 | int font_LabelWidget (const iLabelWidget *); |
47 | const iString * text_LabelWidget (const iLabelWidget *); | 47 | const iString * text_LabelWidget (const iLabelWidget *); |
48 | const iString * sourceText_LabelWidget (const iLabelWidget *); /* untranslated */ | ||
48 | const iString * command_LabelWidget (const iLabelWidget *); | 49 | const iString * command_LabelWidget (const iLabelWidget *); |
49 | iChar icon_LabelWidget (const iLabelWidget *); | 50 | iChar icon_LabelWidget (const iLabelWidget *); |
50 | 51 | ||