diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-10 16:11:57 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-10 16:11:57 +0100 |
commit | a9e1b0d2f8a98a5299981fd0c297d2a0befac30d (patch) | |
tree | 13101feab80f910f02f68b65e8d6e988c453c648 /dw/fltkplatform.cc | |
parent | c4f9b611e72fae43e354af489ece509525309b2a (diff) | |
parent | 08ca8a9857b54f2e647a555fd4f531c415adf042 (diff) |
merge with main
Diffstat (limited to 'dw/fltkplatform.cc')
-rw-r--r-- | dw/fltkplatform.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc index 94a5dd70..e35027d4 100644 --- a/dw/fltkplatform.cc +++ b/dw/fltkplatform.cc @@ -196,9 +196,10 @@ FltkPlatform::FltkResourceFactory::createOptionMenuResource () core::ui::EntryResource * FltkPlatform::FltkResourceFactory::createEntryResource (int maxLength, - bool password) + bool password, + const char *label) { - return new ui::FltkEntryResource (platform, maxLength, password); + return new ui::FltkEntryResource (platform, maxLength, password, label); } core::ui::MultiLineTextResource * |