aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-09 13:00:21 (GMT)
committerfluxgen <fluxgen>2003-04-09 13:00:21 (GMT)
commit588a71101af3c79d3127016951ba9b512fd2901d (patch)
treec5d8b07716db343cd20a29cb78d4e258ba1579e6
parentcb4d16f2d086184d79c8b4325872ade8fde6f1f0 (diff)
downloadfluxbox-588a71101af3c79d3127016951ba9b512fd2901d.zip
fluxbox-588a71101af3c79d3127016951ba9b512fd2901d.tar.bz2
minor fix
-rw-r--r--src/IconBar.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc
index 39ef4a6..cf3139e 100644
--- a/src/IconBar.cc
+++ b/src/IconBar.cc
@@ -19,12 +19,14 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: IconBar.cc,v 1.26 2003/03/03 21:51:01 rathnor Exp $ 22// $Id: IconBar.cc,v 1.27 2003/04/09 13:00:21 fluxgen Exp $
23 23
24#include "IconBar.hh" 24#include "IconBar.hh"
25
25#include "i18n.hh" 26#include "i18n.hh"
26#include "Screen.hh" 27#include "Screen.hh"
27#include "fluxbox.hh" 28#include "fluxbox.hh"
29#include "Window.hh"
28#include "ImageControl.hh" 30#include "ImageControl.hh"
29#include "Text.hh" 31#include "Text.hh"
30 32