1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-04 21:04:15 +01:00

Made the help in wicd-curses.py all read out on one line. per entry

This commit is contained in:
Andrew Psaltis
2009-03-24 08:12:07 -04:00
parent dcee372acd
commit 8679831f0b

View File

@@ -208,7 +208,7 @@ def help_dialog(body):
('bold',' H h ?'),": Display this help dialog\n", ('bold',' H h ?'),": Display this help dialog\n",
('bold','enter C'),": Connect to selected network\n", ('bold','enter C'),": Connect to selected network\n",
('bold',' D'),": Disconnect from all networks\n", ('bold',' D'),": Disconnect from all networks\n",
('bold',' ESC'),": Stop a network connection in progress\n", ('bold',' ESC'),": Stop a connection in progress\n",
('bold',' F5 R'),": Refresh network list\n", ('bold',' F5 R'),": Refresh network list\n",
('bold',' P'),": Prefrences dialog\n", ('bold',' P'),": Prefrences dialog\n",
]) ])