diff options
-rw-r--r-- | src/FbTk/MenuSeparator.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/MenuSeparator.hh b/src/FbTk/MenuSeparator.hh index e9c739b..1cab4fc 100644 --- a/src/FbTk/MenuSeparator.hh +++ b/src/FbTk/MenuSeparator.hh | |||
@@ -1,5 +1,5 @@ | |||
1 | // MenuSeparator.hh for FbTk - Fluxbox ToolKit | 1 | // MenuSeparator.hh for FbTk - Fluxbox ToolKit |
2 | // Copyright (c) 2004 Henrik Kinnunen (fluxgen at fluxbox dot org) | 2 | // Copyright (c) 2004 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // and Simon Bowden (rathnor at users.sourceforge.net) | 3 | // and Simon Bowden (rathnor at users.sourceforge.net) |
4 | // | 4 | // |
5 | // Permission is hereby granted, free of charge, to any person obtaining a | 5 | // Permission is hereby granted, free of charge, to any person obtaining a |
@@ -23,7 +23,7 @@ | |||
23 | // $Id$ | 23 | // $Id$ |
24 | 24 | ||
25 | #ifndef MENUSEPARATOR_HH | 25 | #ifndef MENUSEPARATOR_HH |
26 | #define MENUSEPARATOR_hh | 26 | #define MENUSEPARATOR_HH |
27 | 27 | ||
28 | #include "MenuItem.hh" | 28 | #include "MenuItem.hh" |
29 | 29 | ||