ui/win32/list.c

changeset 969
7385c26d998d
parent 938
be4c88ded783
child 980
39cb60b6a81b
--- a/ui/win32/list.c	Sun Dec 07 15:40:40 2025 +0100
+++ b/ui/win32/list.c	Sun Dec 07 15:45:30 2025 +0100
@@ -357,7 +357,7 @@
     .destroy  = w32_widget_default_destroy
 };
 
-UIWIDGET ui_combobox_create(UiObject *obj, UiListArgs *args) {
+UIWIDGET ui_dropdown_create(UiObject *obj, UiListArgs *args) {
     HINSTANCE hInstance = GetModuleHandle(NULL);
     UiContainerPrivate *container = ui_obj_container(obj);
     HWND parent = ui_container_get_parent(container);

mercurial