diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-19 23:43:29 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-19 23:43:29 (GMT) |
commit | 1cca420f2e57b03925d25e27cc72a9a8aa1df214 (patch) | |
tree | 72740e3fc99b74bbbd0d0237ee406599a3cc57ee | |
parent | 7f6c3267e3a181c0397e3fcfa6597a368811f766 (diff) | |
download | fluxbox-1cca420f2e57b03925d25e27cc72a9a8aa1df214.zip fluxbox-1cca420f2e57b03925d25e27cc72a9a8aa1df214.tar.bz2 |
"fix" `About' item in fbgm with tcsh, #1806327
-rwxr-xr-x | util/fluxbox-generate_menu.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in index 5ef7cde..8755350 100755 --- a/util/fluxbox-generate_menu.in +++ b/util/fluxbox-generate_menu.in | |||
@@ -1899,7 +1899,7 @@ append_submenu "${FBSETTINGSMENU}" | |||
1899 | append "[commanddialog] (${FLUXBOXCOMMAND})" | 1899 | append "[commanddialog] (${FLUXBOXCOMMAND})" |
1900 | append "[reconfig] (${RELOADITEM})" | 1900 | append "[reconfig] (${RELOADITEM})" |
1901 | append "[restart] (${RESTARTITEM})" | 1901 | append "[restart] (${RESTARTITEM})" |
1902 | append "[exec] (${ABOUTITEM}) {(fluxbox -v; fluxbox -info | sed 1d) 2> /dev/null | xmessage -file - -center}" | 1902 | append "[exec] (${ABOUTITEM}) {(fluxbox -v; fluxbox -info | sed 1d) | xmessage -file - -center}" |
1903 | append "[separator]" | 1903 | append "[separator]" |
1904 | append "[exit] (${EXITITEM})" | 1904 | append "[exit] (${EXITITEM})" |
1905 | 1905 | ||