all repos — fluxbox @ 13a00b7d344d46b3e598d395d0a633564fe01f1f

custom fork of the fluxbox windowmanager

renamed i18n to I18n
fluxgen fluxgen
commit

13a00b7d344d46b3e598d395d0a633564fe01f1f

parent

536090bbe57ed194a127da1b2360327e3b570840

4 files changed, 10 insertions(+), 8 deletions(-)

jump to
M src/IconBar.ccsrc/IconBar.cc

@@ -19,11 +19,11 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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"
M src/Makefile.amsrc/Makefile.am

@@ -61,7 +61,7 @@ FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.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 \
M src/Slit.ccsrc/Slit.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ #ifdef HAVE_CONFIG_H

#include "config.h" #endif // HAVE_CONFIG_H -#include "i18n.hh" +#include "I18n.hh" #include "Screen.hh" #include "ImageControl.hh" #include "RefCount.hh"
M src/Toolbar.ccsrc/Toolbar.cc

@@ -22,11 +22,11 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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() {