aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-13 10:56:58 (GMT)
committerfluxgen <fluxgen>2003-06-13 10:56:58 (GMT)
commit6add92330be5c62d039469d28ce8d899d613bba6 (patch)
tree93d73a337820c1146fa3c6e49476e3a674992d28 /util
parente2ace16479a73e8046cbb23e6dad2fee8693d799 (diff)
downloadfluxbox_pavel-6add92330be5c62d039469d28ce8d899d613bba6.zip
fluxbox_pavel-6add92330be5c62d039469d28ce8d899d613bba6.tar.bz2
renamed i18n to I18n
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am2
-rw-r--r--util/bsetroot.cc4
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/
4bin_SCRIPTS = fbsetbg fluxbox-generate_menu 4bin_SCRIPTS = fbsetbg fluxbox-generate_menu
5bin_PROGRAMS = bsetroot 5bin_PROGRAMS = bsetroot
6bsetroot_SOURCES = bsetroot.cc bsetroot.hh 6bsetroot_SOURCES = bsetroot.cc bsetroot.hh
7bsetroot_LDADD = ../src/FbRootWindow.o ../src/i18n.o ../src/FbAtoms.o \ 7bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o ../src/FbAtoms.o \
8 ../src/FbTk/libFbTk.a 8 ../src/FbTk/libFbTk.a
9 9
10MAINTAINERCLEANFILES = Makefile.in 10MAINTAINERCLEANFILES = 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 @@
18// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 18// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
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 20
21// $Id: bsetroot.cc,v 1.18 2003/05/19 09:40:14 fluxgen Exp $ 21// $Id: bsetroot.cc,v 1.19 2003/06/13 10:56:58 fluxgen Exp $
22 22
23#include "bsetroot.hh" 23#include "bsetroot.hh"
24 24
25#include "../src/i18n.hh" 25#include "../src/I18n.hh"
26#include "../src/FbTk/ImageControl.hh" 26#include "../src/FbTk/ImageControl.hh"
27#include "../src/FbRootWindow.hh" 27#include "../src/FbRootWindow.hh"
28 28