diff options
author | corvid <corvid@lavabit.com> | 2012-11-25 01:54:16 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-11-25 01:54:16 +0000 |
commit | 975fc68c4d5bd9ce6ca2e536f4c8a3c6d59962b9 (patch) | |
tree | 5e1893c5946abc0d71265b60bbeab78b7a3a392e /dw/fltkplatform.hh | |
parent | fae8ba37e74976b59ab41932d3b2c2165c688d91 (diff) |
dw entry resource, mentions of maxLength should be size
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 7b4272eb..64605b68 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -109,8 +109,7 @@ private: createListResource (core::ui::ListResource::SelectionMode selectionMode, int rows); core::ui::OptionMenuResource *createOptionMenuResource (); - core::ui::EntryResource *createEntryResource (int maxLength, - bool password, + core::ui::EntryResource *createEntryResource (int size, bool password, const char *label); core::ui::MultiLineTextResource *createMultiLineTextResource (int cols, int rows); |