Changeset 95fc538 in mainline for uspace/app/taskbar/taskbar.c


Ignore:
Timestamp:
2023-10-26T11:51:50Z (21 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
d28bdbe
Parents:
cb2894e
Message:

It should be Taskbar not Task Bar

File:
1 edited

Legend:

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

    rcb2894e r95fc538  
    3030 * @{
    3131 */
    32 /** @file Task Bar
     32/** @file Taskbar
    3333 */
    3434
     
    114114}
    115115
    116 /** Create task bar.
     116/** Create taskbar.
    117117 *
    118118 * @param display_spec Display specification
    119119 * @param wndmgt_svc Window management service (or WNDMGT_DEFAULT)
    120  * @param rtaskbar Place to store pointer to new task bar
     120 * @param rtaskbar Place to store pointer to new taskbar
    121121 * @return @c EOK on success or an error coe
    122122 */
     
    157157
    158158        ui_wnd_params_init(&params);
    159         params.caption = "Task Bar";
     159        params.caption = "Taskbar";
    160160        params.placement = ui_wnd_place_bottom_left;
    161161
     
    302302}
    303303
    304 /** Destroy task bar. */
     304/** Destroy taskbar. */
    305305void taskbar_destroy(taskbar_t *taskbar)
    306306{
Note: See TracChangeset for help on using the changeset viewer.