diff options
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r-- | src/ui/labelwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h index 066c9b33..5b2efc42 100644 --- a/src/ui/labelwidget.h +++ b/src/ui/labelwidget.h | |||
@@ -38,7 +38,7 @@ void updateSize_LabelWidget (iLabelWidget *); | |||
38 | void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ | 38 | void updateText_LabelWidget (iLabelWidget *, const iString *text); /* not resized */ |
39 | void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */ | 39 | void updateTextCStr_LabelWidget (iLabelWidget *, const char *text); /* not resized */ |
40 | 40 | ||
41 | const iString *label_LabelWidget (const iLabelWidget *); | 41 | const iString *text_LabelWidget (const iLabelWidget *); |
42 | const iString *command_LabelWidget (const iLabelWidget *); | 42 | const iString *command_LabelWidget (const iLabelWidget *); |
43 | 43 | ||
44 | iLabelWidget *newKeyMods_LabelWidget(const char *label, int key, int kmods, const char *command); | 44 | iLabelWidget *newKeyMods_LabelWidget(const char *label, int key, int kmods, const char *command); |