Changeset bfee444 in mainline for uspace/app/aboutos/aboutos.c
- Timestamp:
- 2025-04-15T22:42:24Z (15 hours ago)
- Parents:
- 65bf084 (diff), f444633 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Wayne Thornton <wmthornton-dev@…> (2025-04-15 22:42:24)
- git-committer:
- GitHub <noreply@…> (2025-04-15 22:42:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/aboutos/aboutos.c
r65bf084 rbfee444 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.