diff options
Diffstat (limited to 'src/ui/util.h')
-rw-r--r-- | src/ui/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/util.h b/src/ui/util.h index 40fd0c69..122cbb97 100644 --- a/src/ui/util.h +++ b/src/ui/util.h | |||
@@ -193,7 +193,7 @@ size_t tabCount_Widget (const iWidget *tabs); | |||
193 | /*-----------------------------------------------------------------------------------------------*/ | 193 | /*-----------------------------------------------------------------------------------------------*/ |
194 | 194 | ||
195 | iWidget * makeSheet_Widget (const char *id); | 195 | iWidget * makeSheet_Widget (const char *id); |
196 | void centerSheet_Widget (iWidget *sheet); | 196 | void finalizeSheet_Widget (iWidget *sheet); |
197 | iWidget * makeDialogButtons_Widget(const iMenuItem *actions, size_t numActions); | 197 | iWidget * makeDialogButtons_Widget(const iMenuItem *actions, size_t numActions); |
198 | 198 | ||
199 | void makeFilePath_Widget (iWidget *parent, const iString *initialPath, const char *title, | 199 | void makeFilePath_Widget (iWidget *parent, const iString *initialPath, const char *title, |