aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-15 20:27:06 (GMT)
committerfluxgen <fluxgen>2003-09-15 20:27:06 (GMT)
commit2746ab43aa20f53052ffb100d19119dc5388f260 (patch)
tree4bbf35eb805a2d2077887c6aac163bf58b0f82af /src
parent3e615b15deeaa453b00f5c734eef04a0e4e94361 (diff)
downloadfluxbox-2746ab43aa20f53052ffb100d19119dc5388f260.zip
fluxbox-2746ab43aa20f53052ffb100d19119dc5388f260.tar.bz2
minor change in window menu
Diffstat (limited to 'src')
-rw-r--r--src/Window.cc4
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