diff options
-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 972a025..0ab1f00 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.229 2003/09/14 11:23:47 rathnor Exp $ | 25 | // $Id: Window.cc,v 1.230 2003/09/15 20:27:06 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -3436,7 +3436,7 @@ void FluxboxWindow::setupWindow() { | |||
3436 | menu.insert(it->first, it->second); | 3436 | menu.insert(it->first, it->second); |
3437 | } | 3437 | } |
3438 | 3438 | ||
3439 | menu.insert("ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ"); | 3439 | menu.insert("------------------"); |
3440 | menu.insert("Close", close_cmd); | 3440 | menu.insert("Close", close_cmd); |
3441 | 3441 | ||
3442 | menu.reconfigure(); // update graphics | 3442 | menu.reconfigure(); // update graphics |