From d937beae9edbb3619660eed9e23f998a4195323a Mon Sep 17 00:00:00 2001 From: fluxgen Date: Thu, 27 Nov 2003 22:02:28 +0000 Subject: send to menu --- src/Window.cc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index fc7a59b..d6283e4 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.245 2003/11/27 14:31:28 fluxgen Exp $ +// $Id: Window.cc,v 1.246 2003/11/27 22:02:28 fluxgen Exp $ #include "Window.hh" @@ -47,6 +47,7 @@ #include "FbWinFrame.hh" #include "WinButton.hh" #include "WinButtonTheme.hh" +#include "SendToMenu.hh" #ifdef HAVE_CONFIG_H #include "config.h" @@ -3384,9 +3385,7 @@ void FluxboxWindow::setupWindow() { 0, 0, 10, 10); newbutton->setOnClick(close_cmd); -#ifdef DEBUG - cerr<<__FILE__<<": Creating close button"<first, it->second); } + menu.insert("------------------"); menu.insert("Close", close_cmd); -- cgit v0.11.2