all repos — fluxbox @ 94747da13c608b598dc9a50f54b80002bafe443a

custom fork of the fluxbox windowmanager

separator in menu
fluxgen fluxgen
commit

94747da13c608b598dc9a50f54b80002bafe443a

parent

173cf42dc5bd62343be89ff66c29fdf282bb0bc8

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.250 2003/12/10 23:08:03 fluxgen Exp $ +// $Id: Window.cc,v 1.251 2003/12/10 23:32:41 fluxgen Exp $ #include "Window.hh"

@@ -3441,7 +3441,7 @@ menu.insert(it->first, it->second);

} - menu.insert("------------------"); + menu.insert("---"); menu.insert("Close", close_cmd); menu.reconfigure(); // update graphics