From 13a00b7d344d46b3e598d395d0a633564fe01f1f Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 13 Jun 2003 05:04:14 +0000 Subject: renamed i18n to I18n --- src/IconBar.cc | 4 ++-- src/Makefile.am | 2 +- src/Slit.cc | 4 ++-- src/Toolbar.cc | 8 +++++--- 4 files changed, 10 insertions(+), 8 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 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: IconBar.cc,v 1.36 2003/05/15 23:30:06 fluxgen Exp $ +// $Id: IconBar.cc,v 1.37 2003/06/13 05:02:09 fluxgen Exp $ #include "IconBar.hh" -#include "i18n.hh" +#include "I18n.hh" #include "Screen.hh" #include "Window.hh" #include "ImageControl.hh" diff --git a/src/Makefile.am b/src/Makefile.am index d9288f7..21221d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -61,7 +61,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ FbWinFrameTheme.hh FbWinFrameTheme.cc \ fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ IconBar.cc IconBar.hh \ - i18n.cc i18n.hh \ + I18n.cc I18n.hh \ Keys.cc Keys.hh main.cc \ Netizen.cc Netizen.hh \ RootTheme.hh RootTheme.cc \ diff --git a/src/Slit.cc b/src/Slit.cc index d4a6837..83d2928 100644 --- a/src/Slit.cc +++ b/src/Slit.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Slit.cc,v 1.59 2003/06/05 11:30:06 fluxgen Exp $ +// $Id: Slit.cc,v 1.60 2003/06/13 05:03:43 fluxgen Exp $ #include "Slit.hh" @@ -35,7 +35,7 @@ #include "config.h" #endif // HAVE_CONFIG_H -#include "i18n.hh" +#include "I18n.hh" #include "Screen.hh" #include "ImageControl.hh" #include "RefCount.hh" diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 038532b..544a1e3 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc @@ -22,11 +22,11 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Toolbar.cc,v 1.89 2003/06/11 14:51:22 fluxgen Exp $ +// $Id: Toolbar.cc,v 1.90 2003/06/13 05:04:14 fluxgen Exp $ #include "Toolbar.hh" -#include "i18n.hh" +#include "I18n.hh" #include "fluxbox.hh" #include "Screen.hh" #include "Window.hh" @@ -389,7 +389,9 @@ void Toolbar::enableIconBar() { if (m_iconbar.get() != 0) return; // already on - m_iconbar.reset(new IconBar(screen(), frame.window_label.window(), m_theme.font())); + m_iconbar.reset(new IconBar(screen(), + frame.window_label.window(), + m_theme.font())); } void Toolbar::disableIconBar() { -- cgit v0.11.2