diff options
author | corvid <corvid@lavabit.com> | 2011-05-25 23:37:57 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-25 23:37:57 +0000 |
commit | 1538e8a0c25b95c8e9e345cb6ba75dcd66157558 (patch) | |
tree | fdccdaedcfefa25ed1d68ebbdd36f252e4bcd113 /src | |
parent | 10703178fadb93dc4a30b7c646e00299202ce67b (diff) |
rm comment
Diffstat (limited to 'src')
-rw-r--r-- | src/dialog.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dialog.cc b/src/dialog.cc index 4368720c..a2139106 100644 --- a/src/dialog.cc +++ b/src/dialog.cc @@ -249,7 +249,6 @@ int a_Dialog_user_password(const char *message, UserPasswordCB cb, void *vp) /* message */ Fl_Output *message_output = new Fl_Output(20,20,window_w-40,100); - /* BUG type() not tested */ message_output->type(FL_NORMAL_OUTPUT | FL_INPUT_WRAP); message_output->box(FL_DOWN_BOX); message_output->value(message); |