1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

Fix syntax error in NEWS.

This commit is contained in:
id
1999-04-23 18:20:13 +00:00
parent 0614a8333b
commit 1bb45d3466

2
NEWS
View File

@@ -81,7 +81,7 @@ Example user menu syntax:
("Put 2", SHORTCUT, "2"), ("Put 2", SHORTCUT, "2"),
("Put 3,4 and 5", SHORTCUT, (3,4,5)) ("Put 3,4 and 5", SHORTCUT, (3,4,5))
), ),
("Exit", SHORTCUT, "Control+q"), ("Exit", SHORTCUT, "Control+q")
) )