Changes in uspace/app/aboutos/aboutos.c [1172326:cd27cd1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/aboutos/aboutos.c
r1172326 rcd27cd1 1 1 /* 2 * Copyright (c) 2025 Wayne Michael Thornton (WMT) <wmthornton-dev@outlook.com>3 2 * Copyright (c) 2024 Jiri Svoboda 4 3 * Copyright (c) 2012 Petr Koupy … … 168 167 ui_wnd_params_init(¶ms); 169 168 params.caption = "About HelenOS"; 170 params.placement = ui_wnd_place_center;171 169 172 170 /* FIXME: Auto layout */
Note:
See TracChangeset
for help on using the changeset viewer.