aboutsummaryrefslogtreecommitdiff
path: root/src/IconBar.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-13 05:04:14 (GMT)
committerfluxgen <fluxgen>2003-06-13 05:04:14 (GMT)
commit13a00b7d344d46b3e598d395d0a633564fe01f1f (patch)
tree799d0fc735abe0eb98d9469191faf7146fab4995 /src/IconBar.cc
parent536090bbe57ed194a127da1b2360327e3b570840 (diff)
downloadfluxbox-13a00b7d344d46b3e598d395d0a633564fe01f1f.zip
fluxbox-13a00b7d344d46b3e598d395d0a633564fe01f1f.tar.bz2
renamed i18n to I18n
Diffstat (limited to 'src/IconBar.cc')
-rw-r--r--src/IconBar.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc
index c4fc437..e24ba32 100644
--- a/src/IconBar.cc
+++ b/src/IconBar.cc
@@ -19,11 +19,11 @@
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.36 2003/05/15 23:30:06 fluxgen Exp $ 22// $Id: IconBar.cc,v 1.37 2003/06/13 05:02:09 fluxgen Exp $
23 23
24#include "IconBar.hh" 24#include "IconBar.hh"
25 25
26#include "i18n.hh" 26#include "I18n.hh"
27#include "Screen.hh" 27#include "Screen.hh"
28#include "Window.hh" 28#include "Window.hh"
29#include "ImageControl.hh" 29#include "ImageControl.hh"