Ignore:
File:
1 edited

Legend:

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

    rcd27cd1 r1172326  
    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.