]> git.mdlowis.com Git - proto/labwc.git/commitdiff
NEWS.md: fix author
authorJens Peters <jp7677@gmail.com>
Wed, 20 Nov 2024 19:20:55 +0000 (20:20 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 20 Nov 2024 20:46:18 +0000 (20:46 +0000)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 0f9600d04eea4823bc29cb5823bd1053f07e1459..57f8bd9bf94338f0f48b534a393332a927dfca78 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -77,7 +77,7 @@ Notes to package maintainers:
   [#2325]
 - Improve support for non-compliant icons by matching partial strings to handle
   for example app-id="gimp-2.10" with file "gimp.desktop". @spl237 [#2266]
-- Correctly center menu opened with `<position {x,y}="center">` @jp7677 [#2319]
+- Correctly center menu opened with `<position {x,y}="center">` @tokyo4j [#2319]
 - Allow pointer speed of -1.0. @spl237 [#2321]
 - Fix off-by-one bug in `buf_add_char()` [#2313]
 - Fix menu separator-line padding regression introduced in `0.8.1`. @domo141