diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-04 14:26:15 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-04 22:24:43 +0200 |
commit | b1b4b6458548e42656045cad9d0552e30b45678d (patch) | |
tree | 0fe8d88862f2212f685447d2f2f8d3f0049e9bc9 /src/ui/util.h | |
parent | 92dd2e36482beb8f9d651f8f3956950f173ff8a7 (diff) |
Fixed buttons in Import Identity dialog
Diffstat (limited to 'src/ui/util.h')
-rw-r--r-- | src/ui/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/util.h b/src/ui/util.h index 9e45f369..40fd0c69 100644 --- a/src/ui/util.h +++ b/src/ui/util.h | |||
@@ -194,6 +194,7 @@ size_t tabCount_Widget (const iWidget *tabs); | |||
194 | 194 | ||
195 | iWidget * makeSheet_Widget (const char *id); | 195 | iWidget * makeSheet_Widget (const char *id); |
196 | void centerSheet_Widget (iWidget *sheet); | 196 | void centerSheet_Widget (iWidget *sheet); |
197 | iWidget * makeDialogButtons_Widget(const iMenuItem *actions, size_t numActions); | ||
197 | 198 | ||
198 | void makeFilePath_Widget (iWidget *parent, const iString *initialPath, const char *title, | 199 | void makeFilePath_Widget (iWidget *parent, const iString *initialPath, const char *title, |
199 | const char *acceptLabel, const char *command); | 200 | const char *acceptLabel, const char *command); |