diff options
author | fluxgen <fluxgen> | 2003-12-10 23:32:41 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-10 23:32:41 (GMT) |
commit | 94747da13c608b598dc9a50f54b80002bafe443a (patch) | |
tree | 3fbcd32ede9c5e129115fc0ef6a46ed35cf26284 /src/Window.cc | |
parent | 173cf42dc5bd62343be89ff66c29fdf282bb0bc8 (diff) | |
download | fluxbox-94747da13c608b598dc9a50f54b80002bafe443a.zip fluxbox-94747da13c608b598dc9a50f54b80002bafe443a.tar.bz2 |
separator in menu
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index c0893d6..3a0589c 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.cc,v 1.250 2003/12/10 23:08:03 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.251 2003/12/10 23:32:41 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -3441,7 +3441,7 @@ void FluxboxWindow::setupWindow() { | |||
3441 | } | 3441 | } |
3442 | 3442 | ||
3443 | 3443 | ||
3444 | menu.insert("------------------"); | 3444 | menu.insert("---"); |
3445 | menu.insert("Close", close_cmd); | 3445 | menu.insert("Close", close_cmd); |
3446 | 3446 | ||
3447 | menu.reconfigure(); // update graphics | 3447 | menu.reconfigure(); // update graphics |