aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-09 20:44:09 (GMT)
committerfluxgen <fluxgen>2003-01-09 20:44:09 (GMT)
commit7a74a56fe48b319fecf56cede8e16f9c03dfaa96 (patch)
tree9a2fb3e167ff0959922f22913b9d237c3691462b
parent4b765849b7725b2960624ffe87e05ed094415784 (diff)
downloadfluxbox_paul-7a74a56fe48b319fecf56cede8e16f9c03dfaa96.zip
fluxbox_paul-7a74a56fe48b319fecf56cede8e16f9c03dfaa96.tar.bz2
removed iconmenu
-rw-r--r--src/Window.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc
index d33c460..2088d52 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,13 +22,12 @@
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.109 2003/01/07 01:34:49 fluxgen Exp $ 25// $Id: Window.cc,v 1.110 2003/01/09 20:44:09 fluxgen Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
29#include "i18n.hh" 29#include "i18n.hh"
30#include "fluxbox.hh" 30#include "fluxbox.hh"
31#include "Iconmenu.hh"
32#include "Screen.hh" 31#include "Screen.hh"
33#include "StringUtil.hh" 32#include "StringUtil.hh"
34#include "Netizen.hh" 33#include "Netizen.hh"