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