Changeset bfee444 in mainline for uspace/app/aboutos/aboutos.c


Ignore:
Timestamp:
2025-04-15T22:42:24Z (15 hours ago)
Author:
GitHub <noreply@…>
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)
Message:

Merge f444633cb532b1998590464404848c30ac6c6c32 into 65bf08437fcd848d357a9e3d4004b178ef9adafd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/aboutos/aboutos.c

    r65bf084 rbfee444  
    11/*
     2 * Copyright (c) 2025 Wayne Michael Thornton (WMT) <wmthornton-dev@outlook.com>
    23 * Copyright (c) 2024 Jiri Svoboda
    34 * Copyright (c) 2012 Petr Koupy
     
    167168        ui_wnd_params_init(&params);
    168169        params.caption = "About HelenOS";
     170        params.placement = ui_wnd_place_center;
    169171
    170172        /* FIXME: Auto layout */
Note: See TracChangeset for help on using the changeset viewer.