aboutsummaryrefslogtreecommitdiff
path: root/test/dw_ui_test.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2013-04-20 22:49:59 +0000
committercorvid <corvid@lavabit.com>2013-04-20 22:49:59 +0000
commit871b8716ba736be7953f71e1d62c8a9f2cb07ca5 (patch)
tree1ddc2f5703aea3fd389bc0bbd1507e8217528dbd /test/dw_ui_test.cc
parent31cb72fdf49546055d77a85a6f6bda1e6faad705 (diff)
include optgroup-close among items in dillo-dw interface for SELECT
On the whole, this makes things easier to deal with.
Diffstat (limited to 'test/dw_ui_test.cc')
-rw-r--r--test/dw_ui_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_ui_test.cc b/test/dw_ui_test.cc
index 2bcee1c5..086a4976 100644
--- a/test/dw_ui_test.cc
+++ b/test/dw_ui_test.cc
@@ -121,8 +121,8 @@ int main(int argc, char **argv)
const char *radiovalues[] = { "radio1", "radio2", NULL };
form->addRadioButtonResource ("val3", radiores1, radiovalues);
form->addCheckButtonResource ("check", checkres);
- const char *selvalues[] = { "i1", "g1", "i11", "i12", "i13", "i2", "g2",
- "i21", "i22", "i23", "i3", NULL };
+ const char *selvalues[] = { "i1", "g1", "i11", "i12", "i13", "(pop)", "i2",
+ "g2", "i21", "i22", "i23", "(pop)", "i3", NULL};
form->addSelectionResource ("val4", selres[0], selvalues);
form->addSelectionResource ("val5", selres[1], selvalues);
form->addButtonResource ("button", buttonres, "Run!");