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

fixed typo in menus...

This commit is contained in:
kojima
2002-05-11 00:44:03 +00:00
parent c32806ae14
commit ca212985df
2 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,8 @@
),
("Editors",
("XFte", EXEC, "xfte"),
("XEmacs", SHEXEC, "xemacs || emacs"),
("XEmacs", EXEC, "xemacs"),
("Emacs", EXEC, "emacs"),
("XJed", EXEC, "xjed"),
("NEdit", EXEC, "nedit"),
("Xedit", EXEC, "xedit"),