From 6add92330be5c62d039469d28ce8d899d613bba6 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 13 Jun 2003 10:56:58 +0000 Subject: renamed i18n to I18n --- util/Makefile.am | 2 +- util/bsetroot.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/util/Makefile.am b/util/Makefile.am index f1ff4df..63820c6 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -4,7 +4,7 @@ INCLUDES=-I../src/FbTk/ bin_SCRIPTS = fbsetbg fluxbox-generate_menu bin_PROGRAMS = bsetroot bsetroot_SOURCES = bsetroot.cc bsetroot.hh -bsetroot_LDADD = ../src/FbRootWindow.o ../src/i18n.o ../src/FbAtoms.o \ +bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o ../src/FbAtoms.o \ ../src/FbTk/libFbTk.a MAINTAINERCLEANFILES = Makefile.in diff --git a/util/bsetroot.cc b/util/bsetroot.cc index 4e03e0b..9a9f421 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc @@ -18,11 +18,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 -// $Id: bsetroot.cc,v 1.18 2003/05/19 09:40:14 fluxgen Exp $ +// $Id: bsetroot.cc,v 1.19 2003/06/13 10:56:58 fluxgen Exp $ #include "bsetroot.hh" -#include "../src/i18n.hh" +#include "../src/I18n.hh" #include "../src/FbTk/ImageControl.hh" #include "../src/FbRootWindow.hh" -- cgit v0.11.2